|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| mio.code.save(Filename, Code) |
Parameters
| STRING | Filename | Filename (extension .k is recommended).
| | ARRAY | Code | Name of an array containing the code to be saved. |
Return value
No value is returned.
Description
Do the final processes on the specified MioScript code and save it as a file on disk.
All the lines should be compiled with mio.code.compile.
The extension of the file should be .k.
A MioScript code file can be interpreted by MioEngine. |
|
|
|