hyper-literate/scribble-test/tests/scribble/docs/eval-special.txt
2015-12-13 09:09:33 -07:00

23 lines
589 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> (+ 1 2)
3
> (+ 1 2) ; three
3
> (+ 1 2)
5
> (bold "example")
example
> (+ 1 2)
same
> (+ 1 2)
Again...
really the same
> (+ 1 2)
!
error: too many repeats
still the same
> (+ 1 2)
counting
1
2
3