cstr/tp1-obj2-meens/first.ept
2025-03-27 12:42:38 +01:00

5 lines
63 B
Plaintext

node sum2(i:int) returns (o:int)
let
o = i + (0 fby i) ;
tel