VAR can be used the same way as DIM
(though some people tend to use DIM for arrays and VAR for other variables)
VAR() is a function that returns a reference to a variable (not the value)
for example, you can do INC VAR("X"), or VAR("X")=100
2そうだね プレイ済み