プチコン3号 SmileBASIC コミュニティ返信[11]親投稿MIKI ifconfig2017/5/28 21:18こんな感じ for x = 0 to xm - 1 for y = 0 to ym - 1 var s = world[x,y] '変数に入れて配列アクセスを減らす if s == 空白 then gosub @space elseif s == 植物 then gosub @plant ... endif next next 3そうだね プレイ済み2017/11/03 17:24:15に取得