RosettaCodeData/Task/Call-a-function/Seed7/call-a-function-1.seed7

4 lines
237 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
env := environment; # Call a function that requires no arguments.
env := environment(); # Alternative possibility to call of a function with no arguments.
cmp := compare(i, j); # Call a function with a fixed number of arguments.