Duffinian numbers: Difference between revisions

Content deleted Content added
Not a robot (talk | contribs)
Add PL/I
Bernie (talk | contribs)
Line 870:
 
=={{header|FutureBasic}}==
<syntaxhighlight lang="futurebasicobj-c">
local fn IsPrime( n as NSUInteger ) as BOOL
BOOL isPrime = YES