The big 0x1c today...
Posted: Mon May 21, 2007 12:26 pm
				
				I turned 0x1c years old today.  And I feel every bit of it.  Ugh.
#!/usr/bin/newlisp
(while (and(> (date-value) 1179723600) (< (date-value) 1179809999))
(print "happy birthday\n")
)
(exit)
			#!/usr/bin/newlisp
(while (and(> (date-value) 1179723600) (< (date-value) 1179809999))
(print "happy birthday\n")
)
(exit)