Embedded Systems
rebol.txt
Associated article: The REBOL Scripting Language
Tags: Parallel Embedded Systems
Published source code accompanying the article by Carl Sassenrath in which he discusses the REBOL scripting language.
The REBOL Scripting Language
by Carl Sassenrath
Example 1:
USAGE:
SWITCH value cases /default case
DESCRIPTION:
Selects a choice and evaluates what follows it.
SWITCH is a function.
ARGUMENTS:
value -- Value to search for. (Type: any)
cases -- Block of ...


