diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Block.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/Block.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Block.php b/src/Structure/Instructions/Instrs/Control/Block.php index a4842c0..29e68fd 100644 --- a/src/Structure/Instructions/Instrs/Control/Block.php +++ b/src/Structure/Instructions/Instrs/Control/Block.php @@ -16,4 +16,9 @@ final readonly class Block extends Instr public array $body, ) { } + + public static function opName(): string + { + return "block"; + } } |
