VariablesVariables differ from symbols in that they can appear more than once within the code. You assign a value (either a symbol, an expression or another variable) to a variable by using the #set directive.
Variables don't need to be defined as they get auto-defined with the first assignment encountered during the parsing process.
The following statements are valid:
#set foo = 0x044
#set foo = SOME_SYMBOL
#set other_var = foo
|
Homebuilt CPUs WebRing
JavaScript by Qirien Dhaela
Join the ring?
David Brooks, the designer of the Simplex-III homebrew computer, has founded the Homebuilt CPUs Web Ring. To join, drop David a line, mentioning your page's URL. He will then add it to the list.
You will need to copy this code fragment into your page.
Project start date: May 13 of 2009
|