Nim game: Difference between revisions

Content added Content deleted
(Added Quackery.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 3,574: Line 3,574:


=={{Header|Tiny BASIC}}==
=={{Header|Tiny BASIC}}==
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">10 LET H = 12
<syntaxhighlight lang="basic">10 LET H = 12
20 PRINT "There are"
20 PRINT "There are"
30 PRINT H
30 PRINT H
Line 3,596: Line 3,597:
210 PRINT "I got the last token. I win. Better luck next time."
210 PRINT "I got the last token. I win. Better luck next time."
220 END</syntaxhighlight>
220 END</syntaxhighlight>



=={{header|True BASIC}}==
=={{header|True BASIC}}==