Duffinian numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|FutureBasic}}: highlight test)
m (→‎{{header|FutureBasic}}: highlight test2)
Line 870: Line 870:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<syntaxhighlight lang="obj-c">
<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