Duffinian numbers: Difference between revisions

Content deleted Content added
Not a robot (talk | contribs)
Add PL/I
Bernie (talk | contribs)
Line 870: Line 870:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<syntaxhighlight lang="futurebasic">
<syntaxhighlight lang="obj-c">
local fn IsPrime( n as NSUInteger ) as BOOL
local fn IsPrime( n as NSUInteger ) as BOOL
BOOL isPrime = YES
BOOL isPrime = YES