(Example)
@Label
CLS
WAIT 10
LOCATE 50,3
PRINT "Hello world!"
WAIT 60
GOSUB @2
@2
CLS:PRINT "Oops!":WAIT 40:RETURN
And that's all that i can teach you for now. Other programmers here will probably give you better examples than i did, but thanks for reading!
0そうだね プレイ済み