block { |... args|
var result;
result = this.valueArray([{ |val| ^val }] ++
args);
^result
}
This would make block a break-able version of value.
Some folks on the Web forum were asking about this. I
have mixed feelings -- I think relying on early return
a lot is a bad programming habit. Could be useful
sometimes, though.
hjh
=====
____ James Harkins /// dewdrop world
\ / jamshark70@xxxxxxxxx
\/ http://www.dewdrop-world.net
"... love and hot pants, peace, harmony..."
-- Dick Lee, Hot Pants: The Musical
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev