Synchronous_reactive_systems/tests/arrow.node

5 lines
66 B
Plaintext

node main (i: int) returns (o: int);
let
o = 1 -> 2 -> 3;
tel