Return


Return is used to stop code execution. The next line of code after a return will not be run. Syntax:
startup:
    // run code

Return;