Category:ALGOL 68-primes: Difference between revisions

Content added Content deleted
(Fixed link to ALGOL 68 ...)
(Correct link)
Line 3: 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.
'''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_talk:ALGOL_68-primes talk page] to a text file called ''primes.incl.a68'', putting it in the same directory as the importing program.
To use this in a program, copy the source code from the [https://rosettacode.org/wiki/Category_Talk:ALGOL_68-primes Talk 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.
<br>Then add <code>PR read "primes.incl.a68" PR</code> to the source of the program.