Nim game: Difference between revisions

m
→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.
(Added Quackery.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 3,574:
 
=={{Header|Tiny BASIC}}==
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">10 LET H = 12
20 PRINT "There are"
30 PRINT H
Line 3,596 ⟶ 3,597:
210 PRINT "I got the last token. I win. Better luck next time."
220 END</syntaxhighlight>
 
 
=={{header|True BASIC}}==
511

edits