Include a file: Difference between revisions

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

=={{header|Standard ML}}==
=={{header|Standard ML}}==
{{Works with|SML/NJ}}
{{Works with|SML/NJ}}