Include a file: Difference between revisions

Content deleted Content added
m There is import in Scala
Walterpachl (talk | contribs)
→‎{{header|REXX}}: Compiler supports %INCLUDE
Line 685:
 
Some variants of REXX may provide implementation specific solutions.
 
The REXX Compiler for CMS and TSO supports a directive to include program text before compiling the program
<lang rexx>/*%INCLUDE member */</lang>
 
=={{header|RPG}}==