Category:PL/I: Difference between revisions

Added tags=pli
m (added whitespace and more indentation for bullet points, added additional verbiage.)
(Added tags=pli)
 
(3 intermediate revisions by 2 users not shown)
Line 8:
|checking=static
|parampass=both
|tags=pli
|gc=no
|LCT=yes
Line 21 ⟶ 22:
::*   Decimal integer,
::*   Binary integer,
::*   Fixed-point decimal   (with a fractional part),
::*   Fixed-point binary   (that is, with a fractional part),
::*   Pointers,
::*   Character strings of two kinds:
Line 73 ⟶ 74:
When any of those conditions occurs, the user/programmer may trap them and recover from them and continue execution.
 
PL/I has a unique and powerful pre-processor which is a subset of the full PL/I language so it can be used to perform source file inclusion, conditional compilation, and macro expansion. &nbsp; The(among pre-processorother keywordsthings): are prefixed with a &nbsp; <big>%</big> &nbsp; (percent symbol).
::* &nbsp; source file inclusion,
::* &nbsp; conditional compilation, &nbsp; and
::* &nbsp; macro expansion.
 
<br>
The pre-processor keywords are prefixed with a &nbsp; <big>%</big> &nbsp; (percent symbol).
<br><br>
==See Also==
* [[wp:PL/I|PL/I on Wikipedia]]
* [[PL/M]]
* [[Polyglot:PL/I and PL/M]]
3,021

edits