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

5 lines
66 B
Plaintext

node counter () returns (cnt:int)
let
cnt = 0 fby (cnt+1) ;
tel