Category:Quackery: Difference between revisions

m
→‎About Quackery: punctuation, mostly
(Undo revision 357746 by GordonCharlton (talk))
m (→‎About Quackery: punctuation, mostly)
Line 11:
== About Quackery ==
 
The Quackiverse consists of operators (i.e. op-codes or "primitives"), numbers (BigInteger) and nests (dynamic arrays of operators, numbers and nests). They reside on either of two stacks, or in one of the two dictionaries of named items (operators, numbers and nests) that the Quackery compiler, <code>build</code>, uses to translate written Quackscript into nests that can be evaluated with <code>do</code>, the default behaviour, or added to othereither of the dictionaries.
 
<pre> [ build do ] is quackery</pre>
1,462

edits