RE: two-way hashes

2001-08-05 Thread Mitchell, Adam R
sounds like a good idea, but we can't limit multiple values, so it might be better if it returns an array. maybe the code should look more like this: @{value}hash = key or maybe @%{value}hash = key unless this clashes with something else -Original Message- From: raptor [mailto:[EMAIL

given when

2001-08-05 Thread Bryan C . Warnock
More questions regarding the new 'given when' construct. 1) Is a 'when' clause required? Is it: [ LABEL: ] given ( expr_1 ) { when expr_2 : block [ when expr_3 : block ...] expr_n [;] } or [ LABEL: ] given ( expr_1 ) {