in reply to (TIMTOWTDI / Golf / Obfu) Airplanes in class

($_ = sub { print "I will not throw paper airplanes in class.\n"; $_->( shift() - 1 or return ); })->(500);
Update: s/5/500/;

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re: (TIMTOWTDI / Golf / Obfu) Airplanes in class
by Juerd (Abbot) on Oct 03, 2003 at 16:20 UTC