PL/I preprocessor: Difference between revisions

Content deleted Content added
Preprocessor builtins: Almost got that right :-)
see also - C
Line 63:
* '''PARMSET''' — PARMSET(p) returns '1'b if the argument 'p' was set in the current call to this preprocessor procedure, otherwise '0'b.
* '''SUBSTR''' — same as PL/I builtin SUBSTR.
 
==See also==
* [[C preprocessor]]
 
==References==