iterazione con INPUT e visualizzazione domande e risultati
scrivere programma con notes,registrare come ztera1.txt,richiamare con Open
# iterazione # print "contatore k=...0" print "incremento angolare h=...1" clear set grid k=k+1 plot sin(x+h),sin(x+2*h) pause -1 h=h+10 print k, h if (k<20) reread # # zitera1.txt