Knight's tour: Difference between revisions

Line 874:
</pre>
=={{header|ANSI Standard BASIC}}==
ANSI BASIC only passes function parameters by value so X and Y were made global variables.
 
[[Image:knights_tour_bbc.gif|right]]
 
<lang ANSI Standard BASIC>100 DECLARE EXTERNAL FUNCTION FNchoosemove
110