[REBOL] Re: Submitted, for your approval.
From: anton:lexicon at: 27-May-2002 19:44
Well, instead of this:> Prin "Matched: " > Prin Matched > Prin " Placed: " > Print Placed > Print " "you could write print ["Matched:" Matched "Placed:" Placed] I also suggest following Rebol Tech's style-guide. Anton.