[REBOL] using type? with switch
From: greggirwin::starband::net at: 1-Oct-2001 15:44
Is is possible to use the result of type? with switch? I.e. if I want to use switch to dispatch based on different data types, it seems I have to use to-string on the result of type? for use with switch. Is that the case or am I missing something? --Gregg