diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/End.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/End.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/End.php b/src/Structure/Instructions/Instrs/Control/End.php index 275dc6d..14535c0 100644 --- a/src/Structure/Instructions/Instrs/Control/End.php +++ b/src/Structure/Instructions/Instrs/Control/End.php @@ -8,4 +8,8 @@ use Nsfisis\Waddiwasi\Structure\Instructions\Instr; final readonly class End extends Instr { + public static function opName(): string + { + return "end"; + } } |
