Duffinian numbers: Difference between revisions

Content added Content deleted
No edit summary
Tag: Manual revert
Line 870: Line 870:


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