Category:ALGOL 68-primes: Difference between revisions

Correct link
(Fixed link to ALGOL 68 ...)
(Correct link)
Line 3:
'''ALGOL 68-Primes''' is a set of prime related routines and operators for use in [https://rosettacode.org/wiki/Category:ALGOL_68 Algol 68] programs.
 
To use this in a program, copy the source code from the [https://rosettacode.org/wiki/Category_talkCategory_Talk:ALGOL_68-primes talkTalk page] to a text file called ''primes.incl.a68'', putting it in the same directory as the importing program.
<br>Then add <code>PR read "primes.incl.a68" PR</code> to the source of the program.
 
3,032

edits