parameters passage

0 views
Skip to first unread message

superpippo

unread,
Jan 19, 2007, 4:22:22 PM1/19/07
to REBOL
hi, i'm making a research about robol and i'm searching about
parameters passage in rebol.
there is value passage, reference passare or what?

thanks and sorry for my bad english!

Gregg

unread,
Jan 19, 2007, 10:21:24 PM1/19/07
to REBOL
> hi, i'm making a research about robol and i'm searching about
> parameters passage in rebol.
> there is value passage, reference passare or what?

You'll get a better response if you post this to the REBOL mailing
list, more people watch that.

REBOL is *very* flexible; you can pass parameters both by value and by
reference, though the terminology in REBOL is different; "by reference"
arguments most often be called "literal arguments". Literal arguments
are not evaluated before they are passed to the function. You can also
define "get arguments", which fetch the value, but do not evaluate it.
Confused? Yes, we all get that way sometimes.

The Core manual explains it all very nicely.

--Gregg

superpippo

unread,
Jan 20, 2007, 6:17:32 AM1/20/07
to REBOL
thank u sooo much! :)
i'm going to watch that in core manual!

Reply all
Reply to author
Forward
0 new messages