Category:PL/M: Difference between revisions

m
Minor addition to the statements list and differences from PL/1
m (Fixed link)
m (Minor addition to the statements list and differences from PL/1)
Line 6:
It is approximately a very small subset of PL/1 (though not a strict subset).
<br>
The following statements from PL/1 (with some changes) were available:
* assignment
* CALL
Line 15:
* PROCEDURE-END
* RETURN
Additionally, a numberHALT ofstatement, compilerinterrupt directiverelated statements existed.and Therea arenumber noof built-incompiler I/Odirective statements - calls to appropriate routines would be made insteadexisted.<br>
There are no built-in I/O statements - calls to appropriate routines would be made instead.
<br><br>
Unlike PL1, PL/M keywords are reserved and so cannot be used as identifiers. The Boolean operators are reserved words: AND, OR and NOT instead of the symbols: &, |, ¬.
<br>
Available datatypes (BYTE, WORD, etc.) reflected the available types of the microprocessors.
3,021

edits