// Rain function rain(){ var n = rnd(31); lc(n, 0); log("|"); lc(n,1); log("|"); lc(n,2); log("|"); scroll(2); setTout(rain, 25); } cls(); rain();