Ormiston pairs: Difference between revisions

No edit summary
Line 467:
<syntaxhighlight lang="Delphi">
 
{------- These subroutines would normally be in libraries, but they are included here for clairty------------- }
 
function IsPrime(N: int64): boolean;
Line 496 ⟶ 497:
Result:=Start;
end;
 
{-----------------------------------------------------------------------------------------------------}
 
 
Line 618 ⟶ 621:
 
</pre>
 
 
=={{header|F_Sharp|F#}}==
465

edits