0084: Jump to offset 0
{$CLEO}
while true
wait 0
end // error, jump to offset 0
{$CLEO}
0000:
while true
wait 0
end // OK, jump to offset -2Last updated
{$CLEO}
while true
wait 0
end // error, jump to offset 0
{$CLEO}
0000:
while true
wait 0
end // OK, jump to offset -2Last updated