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