[net.general] merry christmas in BASIC and csh

rzdz@fluke.UUCP (Rick Chinn) (11/11/83)

ok, here it is in BASIC (the language you love to slam!).

10 for i = 1 to 15
20 print "merry christmas"
30 next i
40 rem and a happy new year

and now as a csh script

repeat 15 echo "merry christmas"