Call a function: Difference between revisions

Content added Content deleted
Line 538: Line 538:
goto:eof
goto:eof
</lang>
</lang>
Output:
<pre>
Calling myFunction1
myFunction1 has been called.

Calling myFunction2 11 8
19

Calling myFunction3 /fi and saving the output into %filecount%
1

Calling myFunction4 1 2 3 4 5
15

Calling myFunction5 "filename=test.file" "filepath=C:\Test Directory\"
C:\Test Directory\test.file

Calling myFunction5 "filepath=C:\Test Directory\" "filename=test.file"
C:\Test Directory\test.file
</pre>


=={{header|BBC BASIC}}==
=={{header|BBC BASIC}}==