5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
node main (i: int) returns (o1: int);
|
|
let
|
|
o1 = 10 -> pre (20 -> 30);
|
|
tel
|