Fix minor typo in Basic source of Acey-Ducey.

As compared to the printed version.
This commit is contained in:
Bastiaan Veelo
2022-01-03 00:21:00 +01:00
parent 4e3cf95b9d
commit e8ec059b49

View File

@@ -10,7 +10,7 @@
80 PRINT"IF YOU DO NOT WANT TO BET, INPUT A 0"
100 N=100
110 Q=100
120 PRINT "YOU NOW HAVE";Q;"DOLLARS."
120 PRINT "YOU NOW HAVE ";Q;" DOLLARS."
130 PRINT
140 GOTO 260
210 Q=Q+M