On Fri, Jul 21, 2006 at 12:07:52PM -0500, Jonathan Scott Duff wrote: : Or just give them some sort of syntactic marker ... I know! : : loop { : ... : } : :while $loopy; : : eat :if $hungry; : go_postal :when $aggravation > 10; : .sleep :until .rested; : : *Everybody* wants the colon! ;-)
Well, hmm, I actually thought of that one, but left it out since it's ambiguous when a term is expected (unless we start turning pairs into reserved words too). Larry