LoginLogin
Might make SBS readonly: thread

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.