Anti-primes: Difference between revisions

Content added Content deleted
(Dialects of BASIC moved to the BASIC section.)
m (→‎{{header|Tiny BASIC}}: Works with (Tom Pittman's) TinyBasic.)
Line 789: Line 789:


==={{header|Tiny BASIC}}===
==={{header|Tiny BASIC}}===
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">100 LET A=0
<syntaxhighlight lang="basic">100 LET A=0
101 LET N=1
101 LET N=1
102 LET H=0
102 LET H=0