Jump is supposed to be a jump statement jumping to another label in code E.g: ```lua local x=1 if x~=1 then goto label end local something=f() ::label::