Main Page/Power Words: Difference between revisions

m
mNo edit summary
Line 1:
 
= POWER WORDS =
 
== HELP command Description ==
 
HELP is the first functions you need to know and to get information on RED words.
Here is its output:
 
-----------------------
 
 
Use HELP or ? to view built-in docs for functions, values
for contexts, or all values of a given datatype:
 
help append
? system
? function!
 
To search for values by name, use a word:
 
? pri
? to-
 
To also search in function specs, use a string:
 
? "pri"
? "issue!"
 
Other useful functions:
 
?? - Display a word and the value it references
probe - Print a molded value
source - Show a function's source code
what - Show a list of known functions or words
about - Display version number and build date
quit - Leave the Red console
-----------------------
 
 
== List of Words ==