Ezhil-Lang icon indicating copy to clipboard operation
Ezhil-Lang copied to clipboard

Load definitions from Ezhil file/module 'loadfile' -

Open arcturusannamalai opened this issue 10 years ago • 0 comments

Load ezhil code from file using 'loadfile' function.

This task involves writing a builtin function xalled loadfile (Just like "import" in Python)..

This may be used in conjunction with eval(). (both of these are not part of Ezhil as of writing).

The function will load the contents of a file into the current interpreter state.

arcturusannamalai avatar Feb 10 '15 15:02 arcturusannamalai