GOTO @Label means that you are jumping to another line of code GOSUB @Label means you can jump to code, then go back with RETURN @Label is the code you jump to (@Label can be anything with an @ before it)