[REBOL] Re: How can one use named constants in switch?
From: greggirwin:mindspring at: 25-Oct-2001 14:20
Hi Dave,
<< Thanks for the great replies everybody. Now I have another question: Is
there
a way to pass data into predefined cases? >>
I'd probably make it a function if you need to do that. With REBOL, though,
there is so much flexibility that the best solution may often be dependent
on the context (no pun intended). I.e. what's best in the context of a
static application may totally miss the mark for a dynamic, data driven,
app.
--Gregg