DATA is used whan you have big amounts of data to store, in a linear way.
first, place a goto label:
@ANYTHING
then you place DATA statements
DATA 34, "Thomas", "Cake"
DATA can have any amount of variables in one command
then, to retrieve the data:
4そうだね 未プレイ