Numbers whose binary and ternary digit sums are prime: Difference between revisions

→‎{{header|PL/M}}: Added syntax highlighting and "See Also"; Added PL/I
(Add CLU)
(→‎{{header|PL/M}}: Added syntax highlighting and "See Also"; Added PL/I)
Line 1,003:
157 162 167 171 173 179 181 185 191 193
199</pre>
 
=={{Header|PL/I}}==
 
See [[#Polyglot:PL/I and PL/M]]
 
=={{header|PL/M}}==
<lang plmpli>100H:
/* CP/M CALLS */
BDOS: PROCEDURE (FN, ARG); DECLARE FN BYTE, ARG ADDRESS; GO TO 5; END BDOS;
Line 1,116 ⟶ 1,120:
193
199</pre>
 
See also [[#Polyglot:PL/I and PL/M]]
 
=={{header|Plain English}}==
3,038

edits