6 lines
56 B
Text
6 lines
56 B
Text
|
node f(x:int) returns (y:int)
|
||
|
let
|
||
|
y = x;
|
||
|
x = 0;
|
||
|
tel
|