[REBOL] Re: basics: meaning and uses of make object! vs. context
From: ammon:rcslv at: 8-Jun-2002 20:11
Hi again,
Yes, there are times when the SOURCE hides things from you...
>> source make
make: native [
"Constructs and returns a new value."
type [any-type!] "The datatype or example value."
spec [any-type!] "The attributes of the new value."
]
You see MAKE is a Native! It isn't done in REBOL code, but rather in the
language REBOL is written in (C?) so SOURCE couldn't tell you if it wanted
to. Other than that, SOURCE will hide nothing from you. Use the SOURCE,
Luke! The SOURCE will not fail you... ;-)
HTH
Ammon
A short time ago, Jason Cunliffe, sent an email stating: