Include a file: Difference between revisions

no edit summary
m (→‎Including a file at time of execution: added another concern to the "note".)
No edit summary
Line 132:
666
END</lang>
 
=={{header|AntLang}}==
AntLang is made for interactive programming, but a way to load files exists.
Even if it is really primitive, i. e. file get's current environment and manipulates it.
<lang AntLang>load["script.ant"]</lang>
 
=={{header|Applesoft BASIC}}==
Anonymous user