Include a file: Difference between revisions

(→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details)
Line 1,085:
{{Works with|Spitbol}}
<lang SNOBOL4>-INCLUDE "path/to/filename.inc"</lang>
=={{header|SPL}}==
<lang spl>$include.txt</lang>
 
=={{header|Standard ML}}==
{{Works with|SML/NJ}}
Anonymous user