5 lines
55 B
Text
5 lines
55 B
Text
|
node f(x:bool) returns (y:bool)
|
||
|
let
|
||
|
y = x when x
|
||
|
tel
|