Upside-down numbers: Difference between revisions

→‎{{header|Applesoft BASIC}}: flagged as incorrect
(→‎{{header|Quackery}}: Added description of method.)
(→‎{{header|Applesoft BASIC}}: flagged as incorrect)
Line 155:
=={{header|Basic}}==
==={{header|Applesoft BASIC}}===
 
{{incorrect|Applesoft BASIC|11009, 21008, and 31007 in the first fifty upside down numbers should be 2198, 3917, and 4196 respectively.}}
 
Beyond 9 digits, rounding errors occur.
<syntaxhighlight lang="basic"> 1 PRINT "THE FIRST 50 UPSIDE DOWN NUMBERS:": FOR I = 1 TO 50: GOSUB 4: NEXT I: PRINT
1,462

edits