ドットが欠けてしまいます。
http://www.hspcenter.com/hsptvm/archives/2006/06/hsp9.html
ここのサンプルに手を加え、枠を加えました。
実行してみると、左側、右側がおかしいのがわかると思います。
配列に設定する数が間違っているのでしょうか?
dim x1,10 dim y1,10 dim x2,10 dim y2,10 x1.0=0,200,200,0 y1.0=0,0,200,200 x2.0=0,200,200,0 y2.0=0,0,200,200 screen 2,200,200 color 255,0,0:boxf color 255,255,255 font "",40,2 mes "納豆は" mes "ねばねば!" mes "するぞー!" color 255,255,0 pset 0,0 line 0,199,199,199 line 0,0,0,199 line 0,0,199,0 line 199,0,199,199 gsel 0 cls 3 gmode 200,200 gsquare 2,x1,y1,x2,y2 stop