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