Source - Function SummarySummary:Prints the source code for a word. Usage:source word Arguments:word - The word argument. (must be: word) Description:Displays the source code for a function by molding it in a formatted manner from the internal loaded block strucures. Only provides the source code to REBOL defined functions, not native (machine code) functions. This function is useful for learning how mezzanine (higher level) functions are defined.
If the function specified is a native, SOURCE returns the function's argument specification.
Related:? - Prints information about words and values.
| ||||
|