[REBOL] polymorphic object/block "VWord func" - useful in decoding CGI's, etc. R
From: lmecir:geocities at: 10-Oct-2000 20:24
Hi Douglas, a useful function, IMHO. I would suggest a more "goal oriented" approach with the i-alt parameter: i-alt [unset! block!] ; the alternate code to execute ; example code to be executed as alternate case return either value? 'i-alt [do i-alt] [none] Regards Ladislav