DATA stores information in a stack that you can load into variables or arrays with READ.
This "stack" is basically a list of numbers or strings, data as we will call it.
@SPECIALDATA 'Optional
DATA 12,"LOL",15,16
This is a label, and a data stack assigned to a DATA command.
Optional: Use RESTORE @SPECIALDATA to tell SmileBASIC that you want to READ starting from that label.
0そうだね プレイ済み