Include a file: Difference between revisions

Content added Content deleted
(→‎{{header|COBOL}}: Add Common Lisp)
(→‎{{header|Smalltalk}}: Added Standard ML (SML/NJ))
Line 675:
<lang smalltalk>Smalltalk fileIn: aFilename</lang>
In Smalltalk/X, which supports binary code loading, aFilename may either be sourcecode or a dll containing a precompiled class library.
 
=={{header|Standard ML}}==
{{Works with|SML/NJ}}
<lang sml>use "path/to/file";</lang>
 
=={{header|Tcl}}==