Ignore all generated/compiled files
[gwave-svn.git] / scheme / tbt.scm
blobed6118cc0aea9c2076ca3c469c6c656e073875f8
2 (define-module (app gwave tbt))
4 (display "in tbt.scm") (newline)
6 (define (mydisp a)
7   (display a)
8   (newline)
10 (mydisp 1)
11 (mydisp 1 2)