RosettaCodeData/Task/Call-a-function/Seed7/call-a-function-1.seed7
2023-07-01 13:44:08 -04: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.