6 lines
79 B
Text
6 lines
79 B
Text
node toto() returns (o : int)
|
|
var last x : int;
|
|
let
|
|
o = x;
|
|
x = last x;
|
|
tel
|