FizzBuzz/Basic: Difference between revisions

Content added Content deleted
Line 242: Line 242:


=={{header|FTCBASIC}}==
=={{header|FTCBASIC}}==
<syntaxhighlight lang="basic">'uses carry command to perform modulus
<syntaxhighlight lang="basic">rem uses carry command to perform modulus
'uses flag variable for elseif structure
rem uses flag variable for elseif structure


define i = 0, f = 0, r = 0
define i = 0, f = 0, r = 0