A couple of fixes for numerical operations without bignums.
[picobit.git] / tests / test-string.scm
blob645f8e15b3d1689852fb245a909072379bec8820
1 ;; tests with strings
3 (define (foo x)
4   (+ (string-length x) 1))
6 (display (foo "abc"))