Call a function: Difference between revisions

m
Line 825:
multiply 3 4 # Call a function in statement context with two arguments</lang>
 
The shell does not support the use of named parameters. There is no lookahead in the shell, so functions cannot be called until their definition has been run.
 
=={{header|ZX Spectrum Basic}}==