
   2 FOR i=-s TO s: FOR j=PI TO s STEP EXP SQR PI: PRINT AT j+VAL "2.7*SIN(i*PI/6)",i;"*": NEXT j: NEXT i

CLEAR: LET s=18: SAVE "snow" LINE 1
