The bytecode is going to be something like that: `...
# announcements
m
The bytecode is going to be something like that:
Copy code
ifeq @false
ldc “blah”
goto @return
@false:
ldc “hello world”
@return:
areturn