![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
Implements the OP_NOP opcode for no operation in the VM. More...
Go to the source code of this file.
Variables | |
| case | OP_NOP |
Implements the OP_NOP opcode for no operation in the VM.
This file handles the OP_NOP instruction, which performs no operation. The stack remains unchanged.
Behavior:
Example:
Definition in file nop.c.