You can buy this project and download/modify it how often you want.
n = 10 while n >= 1 do print n n = n - 1 end print 'Blast off!'