Node: result, Next: expansion, Previous: Glyphs Summary, Up: Glyphs
@result{}
Use the @result{} command to indicate the result of evaluating an expression.
Thus, the following,
(cdr '(1 2 3)) => (2 3)
may be read as "(cdr '(1 2 3)) evaluates to (2 3)".
(cdr '(1 2 3))
(2 3)