Anti-primes: Difference between revisions

m
→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.
(Dialects of BASIC moved to the BASIC section.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 789:
 
==={{header|Tiny BASIC}}===
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">100 LET A=0
101 LET N=1
102 LET H=0
512

edits