Main Page/Power Words: Difference between revisions

m
 
(6 intermediate revisions by the same user not shown)
Line 1:
 
= POWER WORDS =
 
-----------------------
'''HELP''' is the first functions you need to know and to get information on RED words.
Here is its usage.
-----------------------
 
=== HELP command Description ===
 
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 ==
Line 167 ⟶ 211:
COMPOSE
 
[http://www.red-by-example.org/#compose (RED-BY-EXAMPLE)]
 
load
 
[http://www.red-by-example.org/#load (RED-BY-EXAMPLE)]
 
Save
 
[http://www.red-by-example.org/#save (RED-BY-EXAMPLE)]
Read
 
[http://www.red-by-example.org/#read (RED-BY-EXAMPLE)]
 
Write
 
[http://www.red-by-example.org/#write (RED-BY-EXAMPLE)]
 
=== Exploring VID ===
 
 
==== Other =====
 
comment
Line 177 ⟶ 240:
 
=== References: ===
 
[http://www.red-by-example.org/ (RED-BY-EXAMPLE by Mike Parr and Arie van Wingerden)]