LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

How do you use another SLOT using the GOTO command?

Root / Programming Questions / [.]

IlluminousCreated:
The GOTO help just says: A program can be specified in the following format: "1:@Label name" I put that in my program but it doesn't use the program in SLOT 1. All it says is: "Type mismatch". What am I doing wrong? Shouldn't it be using the program in SLOT 1 in conjunction with SLOT 0? If I'm doing something wrong can someone tell me how to use two SLOTS at the same time? Or is it even possible? I'm new to programming, learning all I can.

It has to be written with the quotes:
GOTO "1:@LABEL"