Christian Langreiter wrote: > > A discussion involving terseness wouldn't be complete without a K (kx.com) > example: > > `0:$+/(100_draw 3)=1 > > (20 bytes, including 4 bytes of a print statement) > > ;-) >
Chris, unless there's `bigger game afoot' (i.e. you need an explicit ascii string, you can drop the first 4 chars and reorder to get down to 14 chars or K: +/1=100_draw 3 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
