In a message dated Fri, 21 Jul 2006, Ruud H.G. van Tol writes:

Larry Wall schreef:

Maybe we should just make statement modifiers
uppercase and burn out everyone's eye sockets. :)

Or maybe
  {
  }.
  while $x ;

Actually, can't that be made to work already (already by the language spec, not by the current compiler featureset) by

method Block::while ($block: Bool $true is deferred) {
$block() while $true }

That would require parens around the boolean expression, though, but I'm sure you can fix that with a parsing constraint.

Trey

Reply via email to