[REBOL] best means of passing refinements from main to helper function? Re:(3)

2000-09-18 Thread jelinem1
But then this (the example below) explicitly lists the refinements in the function body. I think the "ultimate" solution would process an arbitray list, as with a loop. It is fairly short though :) and IS a step up from 'if statements, esp for more than 2 refinements. - Michael Jelinek [EMA

[REBOL] best means of passing refinements from main to helper function? Re:(3)

2000-09-15 Thread jeff
> Howdy, Michael: > >The following approach is exactly elegant, but it gets I meant to say "ISN't exactly elegant"... sorry. That wasn't very elegant either! :) >the job done and it's fairly short. I think it's kind of >cute. -jeff