[REBOL] Re: TO vs MAKE
From: greggirwin:mindspring at: 25-Jun-2003 10:01
Hi Anton, A> Can you show examples of DO and MAKE A> using different numbers of arguments? f: make function! [arg] [print arg] s: make struct! [a [int] b [short]] none I'm not sure about DO though. Not enough coffee yet this morning. -- Gregg