![]() | Fun 0.41.5 The programming language that makes You have fun |
VM opcode snippet for retrieving the root node of an XML document. More...
Go to the source code of this file.
Functions | |
| free_value (drop) | |
| push_value (vm, make_int(0)) | |
Variables | |
| case | OP_XML_ROOT |
| break | |
VM opcode snippet for retrieving the root node of an XML document.
Included by vm.c; implements OP_XML_ROOT.
Opcode: OP_XML_ROOT
Notes
Example // stack: [ doc_handle ] OP_XML_ROOT // → [ node_handle ] or [ 0 ]
Definition in file root.c.
| free_value | ( | drop | ) |
| push_value | ( | vm | , |
| make_int(0) | ) |