Sequence of primorial primes: Difference between revisions

Content added Content deleted
Line 68: Line 68:
</pre>
</pre>


Alternative version - shows the actual primorial primes. Assumes LONG INT is at least 64 bit. Similar to the [[Factorial primes#ALGOL_68]] sample.
Alternative version (originally written for another draft task that is now slated for removal) - shows the actual primorial primes. Assumes LONG INT is at least 64 bit. Similar to the [[Factorial primes#ALGOL_68]] sample.
<lang algol68>BEGIN # find some primorial primes - primes that are p - 1 or p + 1 #
<lang algol68>BEGIN # find some primorial primes - primes that are p - 1 or p + 1 #
# for some primorial p #
# for some primorial p #