![]() | Fun 0.41.5 The programming language that makes You have fun |
VM opcode snippet for XML node name retrieval. More...
Go to the source code of this file.
Functions | |
| free_value (drop) | |
| push_value (vm, make_string("")) | |
Variables | |
| case | OP_XML_NAME |
| break | |
VM opcode snippet for XML node name retrieval.
This file is included into the main VM dispatch switch in vm.c and implements the OP_XML_NAME instruction.
Opcode: OP_XML_NAME
Notes
Example // ... stack: [ node_handle ] OP_XML_NAME // → [ "book" ]
Definition in file name.c.
| free_value | ( | drop | ) |
| push_value | ( | vm | , |
| make_string("") | ) |