repo.or.cz
/
gwave-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Ignore all generated/compiled files
[gwave-svn.git]
/
scheme
/
tbt.scm
blob
ed6118cc0aea9c2076ca3c469c6c656e073875f8
1
2
(define-module (app gwave tbt))
3
4
(display "in tbt.scm") (newline)
5
6
(define (mydisp a)
7
(display a)
8
(newline)
9
)
10
(mydisp 1)
11
(mydisp 1 2)