RosettaCodeData/Task/Call-a-function/Seed7/call-a-function-1.seed7
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

3 lines
237 B
Text

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.