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
Improve Gambit REPL (toolbar is semi transparent and the alpha can be set with set...
[gambit-c.git]
/
doc
/
square.scm
blob
037f9caa5a5ab534712db7e69b3b6edc56e4a2fd
1
#!/usr/bin/env gsi-script
2
(define (main arg)
3
(pretty-print (expt (string->number arg) 2)))