Factors of an integer: 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 1,650: Line 1,650:


==={{header|Tiny BASIC}}===
==={{header|Tiny BASIC}}===
{{works with|TinyBasic}}
<syntaxhighlight lang="tiny basic">100 PRINT "Give me a number:"
<syntaxhighlight lang="basic">100 PRINT "Give me a number:"
110 INPUT I
110 INPUT I
120 LET C=1
120 LET C=1