5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
node sum2(i:int) returns (o:int)
|
|
let
|
|
o = i + (0 fby i) ;
|
|
tel
|