![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
VM opcode snippet for loading an INI file (OP_INI_LOAD). More...
Go to the source code of this file.
Functions | |
| if (path) | |
| free_value (vpath) | |
| push_value (vm, make_int(h)) | |
Variables | |
| case | OP_INI_LOAD |
| const char * | path = (vpath.type == VAL_STRING && vpath.s) ? vpath.s : NULL |
| int | h = 0 |
| break | |
VM opcode snippet for loading an INI file (OP_INI_LOAD).
Opcode: OP_INI_LOAD Stack: [path:string] -> [handle:int]
Behavior
Notes
Definition in file load.c.
| free_value | ( | vpath | ) |
| const char* path = (vpath.type == VAL_STRING && vpath.s) ? vpath.s : NULL |