aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Control/Else_.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Else_.php')
-rw-r--r--src/Structure/Instructions/Instrs/Control/Else_.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Else_.php b/src/Structure/Instructions/Instrs/Control/Else_.php
index 665b11f..c04d571 100644
--- a/src/Structure/Instructions/Instrs/Control/Else_.php
+++ b/src/Structure/Instructions/Instrs/Control/Else_.php
@@ -8,4 +8,8 @@ use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
final readonly class Else_ extends Instr
{
+ public static function opName(): string
+ {
+ return "else";
+ }
}