Include a file: Difference between revisions

(added Bracmat)
Line 277:
Note that in Ruby, you don't use the file extension. .rb is assumed.
<lang Ruby>require 'file'</lang>
 
=={{header|Run BASIC}}==
You don't use the file extension. .bas is assumed.
<lang runbasic>
run SomeProgram.bas",#include ' this gives it a handle of #include
render #include ' render will RUN the program with handle #include
</lang>
 
=={{header|Tcl}}==
Anonymous user