5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
node main (i: int) returns (o: int);
|
|
let
|
|
o = 1 -> 2 -> 3;
|
|
tel
|