Reading the REBOL/Core manual, I am still uncertain as to what 'set
accomplishes. I noticed these two functions in a recent post, one using
'set and the other not using 'set. What does 'set accomplish?

    exec: func [series [series!]] [
        if error? try [return do series] [
            join exec_start [series exec_end]]]

    set 'stringcompose func [
        {Evaluates a string of expressions, only evaluating
            executable parens, and returns a block.}
        Text [String!]] [
        clear buffer
        parse/all Text rule
        buffer]

Ryan C. Christiansen
Web Developer

Intellisol International
4733 Amber Valley Parkway
Fargo, ND 58104
701-235-3390 ext. 6671
FAX: 701-235-9940
http://www.intellisol.com

Global Leader in People Performance Software

_____________________________________

Confidentiality Notice
This message may contain privileged and confidential information. If you
think, for any reason, that this message may have been addressed to you in
error, you must not disseminate, copy or take any action in reliance on it,
and we would ask you to notify us immediately by return email to
[EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to