6 lines
69 B
Text
6 lines
69 B
Text
|
node f(x:int;c:bool) returns (y:int)
|
||
|
let
|
||
|
y = (x :: .) when c;
|
||
|
tel
|
||
|
|