Include a file: Difference between revisions

Content added Content deleted
Line 1,592: Line 1,592:


<lang j>load 'myheader.ijs'</lang>
<lang j>load 'myheader.ijs'</lang>

That said, the raw mechanism here would be <lang j>0!:0<'myheader.ijs'</lang> and this form might be used in the unusual circumstance where the file <tt>myheader.ijs</tt> defined local variables and the scope of those local names was meant be larger than the context of the <code>load</code> verb.


=={{header|Java}}==
=={{header|Java}}==