Additive primes: Difference between revisions

Content added Content deleted
(→‎{{header|Action!}}: add libHeader)
m (BASIC256 moved to the BASIC section.)
Line 823: Line 823:
</pre>
</pre>


=={{header|BASIC256}}==
==={{header|BASIC256}}===
<syntaxhighlight lang="freebasic">print "Prime", "Digit Sum"
<syntaxhighlight lang="freebasic">print "Prime", "Digit Sum"
for i = 2 to 499
for i = 2 to 499