#!/usr/bin/env /friends/bin/basicscript 10 FOR N=1 TO 30 step 0 20 print n 60 NEXT N 70 QUIT