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

RESTOREing a label with no DATA after it

Root / SmileBASIC Bug Reports / [.]

12Me21Created:
This code:
RESTORE @TEST

@TEST
Will give an Undefined label error, while this:
RESTORE @TEST

@TEST
DATA 0
works fine.