4 lines
47 B
Text
4 lines
47 B
Text
|
|
func foo(x) { x * 2 }
|
||
|
|
var x = 2
|
||
|
|
var y = foo(x)
|