If "," used in the PRINT statement skips the cursor through the right edge of the screen, next position of the cursor is at the last column of the same line (LOCATE 49,Y), not at the next line (LOCATE 0,Y+1 or LOCATE TABSTEP,Y+1).
Public key "43334DRM" reproduces the problem.
No screen shot is available as I use the JP version
"プチコン3号 SmileBASIC" and can't attach it.
配列をシャッフルして、頭から順に読めばかぶりなしの抽選になります。
このシャッフル方法は Fisher-Yates シャッフルというそうです。
DIM A[52]
FOR I=LEN(A)-1 TO 1 STEP -1
SWAP A[I],A[RND(I+1)]
NEXT
FOR I=0 TO LEN(A)-1
PRINT A[I];" ";
NEXT
スプライトの定義済み文字フォントだと、Eの形と、Wを右へ90度回した形がまったく同じなんですよね。下線でも引いておけば良かったかな。
そういえば、海外向けの注意がありました。
Using this compass, you should be at the
northward of the Tropic of Cancer and set the clock of your 3DS to JST. You can set your location with entering the latitude and longitude in degrees.