fileIn("pathToMyFile.st") |
Note | The smalltalk code is filledIn in the current system. You can save the image and load it in other system later. |
emmit("pathToMyFile.st") |
The emmit() function will recompile the smalltalk code if the generated (.st.js) file is older than source. In case of earlier generated file is present, the file will be loaded (without smalltalk recompilation) from binary file. |