Return


Return is used to end a message. JK will not read the next line of code after a Return statement. Syntax:
startup:
    // run code

Return;