Content deleted Content added
Peter Flass (talk | contribs) |
Peter Flass (talk | contribs) m →Example |
||
Line 68:
==Example==
The following example illustrates the use of a preprocessor procedure to implement a C-like write statement for PL/I<ref>{{cite web|last=Sturm|first=Eberhard|title=UIO-Makros für Builtin-Funktionen fileread und filewrite|url=http://www.uni-muenster.de/ZIV.EberhardSturm/uio.cpy|accessdate=January 22, 2012}}</ref> . The procedure would be called by coding the statement <code>uwrite file(''filename'') from(''
<source lang=PLI>
%uwrite:
|