Matt Creenan skribis 2005-05-07  1:47 (-0400):
> I thought about $blockname <= { ... }, but <= is obviously taken, as is <==
>       $blockname <=: for 1..5 {
>       $blockname :=> for 1..5 {
>       } $blockname;
>       } <=: $blockname;
>       } $blockname;
>       $blockname for 1..5 {
>       $blockname -- for 1..5 {
>       } -- $blockname;
>       } $blockname;
>       $blockname @ for 1..5 { # Yeah I know @ is probably impossible
>       } @ $blockname;
>       $blockname ??? for 1..5 {

IMO, all of these are worse than "label:". And most of your syntaxes
limit labels to blocks, while currently they can be placed before any
statement, and it has been said that this behaviour is preferred.
    

Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to