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