VAR is really only necessary when specifying OPTION STRICT, which won't let you declare variables on the fly. This means that you are forced to declare each variable you will use using VAR.
To use VAR, you simply specify the identifier of the variable you want. In other words, if you want a variable named FOO, you'd have to declare it like this... VAR FOO
1そうだね プレイ済み