Jensen's Device: Difference between revisions

Content added Content deleted
No edit summary
m (BASIC 256 and BBC BASIC moved to the BASIC section.)
Line 296: Line 296:
</pre>
</pre>


=={{header|BASIC256}}==
=={{header|BASIC}}==
==={{header|BASIC256}}===
{{trans|FreeBASIC}}
{{trans|FreeBASIC}}
<syntaxhighlight lang="basic256">subroutine Evaluation()
<syntaxhighlight lang="basic256">subroutine Evaluation()
Line 313: Line 314:
</pre>
</pre>


==={{header|BBC BASIC}}===

=={{header|BBC BASIC}}==
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> PRINT FNsum(j, 1, 100, FNreciprocal)
<syntaxhighlight lang="bbcbasic"> PRINT FNsum(j, 1, 100, FNreciprocal)