Jump to content

Include a file: Difference between revisions

Added Erlang example
(Added Erlang example)
Line 50:
{$FILTER Common} // Inserts the contents of Common.pas into the current unit after filtering
{$F Common} // Same as the previous line, but in a shorter form
</lang>
 
=={{header|Erlang}}==
<lang Erlang>
-include("my_header.hrl"). % Includes the file at my_header.erl
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.