Knight's tour: Difference between revisions

Line 874:
</pre>
=={{header|ANSI Standard BASIC}}==
 
ANSI BASIC doesn't allow function parameters to be passed by reference so X and Y were made global variables.
 
<lang ANSI Standard BASIC>100 DECLARE EXTERNAL FUNCTION FNchoosemove