Category:PrimTrial: Difference between revisions

m
changed <lang into <syntaxhighlight
m (Fix incompatibility with delphi: removed inline tag)
m (changed <lang into <syntaxhighlight)
Line 2:
{{works with|Free Pascal}} {{works with|Delphi}}
Maybe NativeUint must be typed in older versions to LongWord aka cardinal
<langsyntaxhighlight lang="pascal">unit primTrial;
 
<lang pascal>unit primTrial;
// NativeUInt: LongWord 32-Bit-OS/ Uint64 64-Bit-OS
{$IFDEF FPC}
Line 242 ⟶ 241:
InitPrime;
end.
</syntaxhighlight>
</lang>
132

edits