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