hyper-literate/pkgs/scribble-pkgs/scribble-test/tests/scribble/docs/eval-special.txt
Matthew Flatt 6c624d531e move Scribble tests to "scribble-test"
original commit: ba553a917e3e97c74450859dc13481e2187c55ba
2013-07-18 15:20:51 -06:00

23 lines
788 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
> (eval:result (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