repo.or.cz
/
gambit-c.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Allow REPL to access the lexical variables in compiled code (when compiled with ...
[gambit-c.git]
/
doc
/
m5.scm
blob
3c7619c33f1959b4cb0aaf007b7bac92dc819baf
1
(define (f2 x) (+ x 1))
2
(display "hello from m5")
3
(newline)
4
5
(display "(f1 10) = ")
6
(write (f1 10))
7
(newline)
8
9
(x-initialize (x-display-name))
10
(x-bell 50) ; sound the bell at 50%