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