Jump to content

Humble numbers: Difference between revisions

m
(→‎{{header|PL/M}}: syntax highlighting, Added Polyglot:PL/I and PL/M, Added PL/I)
Line 4,537:
The PL/I include file "pg.inc" can be found on the [[Polyglot:PL/I and PL/M]] page.<br>
Note the use of text in column 81 onwards to hide the PL/I specifics from the PL/M compiler.<br><br>
Based on the PL/M version, noternote PL/I does not have the "walrus operator" (:=) which allows assignments to be nested in expressions, so it can't be used here.
<lang pli>/* FIND SOME HUMBLE NUMBERS - NUMBERS WITH NO PRIME FACTORS ABOVE 7 */
humble_100H: procedure options (main);
3,044

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.