Duffinian numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|FutureBasic}}: highlight test2)
m (→‎{{header|FutureBasic}}: highlight test3)
Tag: Manual revert
Line 870: Line 870:


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