Include a file: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 936: Line 936:


GNU Bash has both <code>.</code> and the C-Shell style <code>source</code>. See [http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-source Bash manual on <code>source</code>]
GNU Bash has both <code>.</code> and the C-Shell style <code>source</code>. See [http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-source Bash manual on <code>source</code>]

=={{header|Ursa}}==
Ursa can read in and execute another file using the import statement, similar to Python.
<lang ursa>import "filename.u"</lang>


=={{header|Vala}}==
=={{header|Vala}}==