bcompiler_write_functions_from_file
Writes all functions defined in a file as bytecodes
&reftitle.description;
boolbcompiler_write_functions_from_file
resourcefilehandle
stringfileName
Searches for all functions declared in the given file, and writes their
correspondent bytecodes to the open file handle.
&reftitle.parameters;
filehandle
A file handle as returned by fopen.
fileName
The file to be compiled.
You must always include or require the file you intend to compile.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
bcompiler_write_functions_from_file example
]]>
&reftitle.notes;
&warn.experimental.func;
&reftitle.seealso;
bcompiler_write_header
bcompiler_write_footer