Include a file: Difference between revisions

→‎{{header|Euphoria}}: added Euphoria example
(→‎{{header|Euphoria}}: added Euphoria example)
Line 107:
<lang Erlang>
-include("my_header.hrl"). % Includes the file at my_header.erl
</lang>
=={{header|Euphoria}}==
<lang Euphoria>
include my_header.e
</lang>
 
Anonymous user