Category:PL/I: Difference between revisions

m
added more whitespace and split a long sentence into bullet points.
m (added whitespace and more indentation for bullet points, added additional verbiage.)
m (added more whitespace and split a long sentence into bullet points.)
Line 73:
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>