![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_LINE pseudo-opcode to update the current source line. More...
Go to the source code of this file.
Variables | |
| case | OP_LINE |
| break | |
Implements the OP_LINE pseudo-opcode to update the current source line.
This snippet is included into the VM dispatch loop and handles the OP_LINE instruction. It records the source line number carried in the instruction's operand so that runtime errors and debugger output can reference the correct line in the original program.
Stack contract: none (does not read or write the VM value stack).
Definition in file line.c.