Factors of a Mersenne number: Difference between revisions

m
Line 18:
{{works with|ALGOL 68|Standard - no extensions to language used}}
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
<!-- {{works with|ELLA ALGOL 68|Any (with appropriate job cards) - tested with release 1.8.8d.fc9.i386}}
<!-- Compiles, but I couldn't maxint not in library, works with manually entered sqrt maxint, bits ofwidth. Leaving some issue with 16384newline -->
<pre>
PROC is prime = (INT number)BOOL:BEGIN
Line 83:
M +929 has a factor: +13007
</pre>
 
=={{header|Fortran}}==
{{works with|Fortran|90 and later}}