保存 var x[1] x[0]=hiscore save "dat:hiscore",x 読み込み var x[1] load "dat:hiscore",x,0 hiscore=x[0]