4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
output [show(x)];
|
|
function int : foo = 10;
|
|
int: x = foo();
|
output [show(x)];
|
|
function int : foo = 10;
|
|
int: x = foo();
|