Additive primes: Difference between revisions

Content added Content deleted
(→‎{{header|Action!}}: add libHeader)
m (BASIC256 moved to the BASIC section.)
Line 823:
</pre>
 
==={{header|BASIC256}}===
<syntaxhighlight lang="freebasic">print "Prime", "Digit Sum"
for i = 2 to 499