Tests added to the repository.
[picobit/chj.git] / tests / arithmetic / display.scm
blobcdd3a3a267e0f734ffa8ce3e52a3c2d084f170b0
1 (display 32768)
2 (display " -> 32768 \n")
3 (display 1000000)
4 (display " -> 1000000 \n")
5 (display -32768)
6 (display " -> -32768 \n")
7 (display -70000)
8 (display " -> -70000 \n")
9 ;; TODO try with operation results, not just only-encoded values