Program post site for everyone
Recommendation IchigoLatte IchigoJam PanCake MyApp
2017/10/31 10:09:23
MixJuice GET URL : kidspod.club/mj/387
negipo
var wx; var wy; var wy_max; wx = 10; wy = 1; wy_max = 20; while(1){ if(wy <= wy_max){ cls(); while(wy <= wy_max){ lc(wx, wy); log("| |"); wy = wy + 1; } } }