5 lines
117 B
Scheme
5 lines
117 B
Scheme
;; In Emacs, open this file in -*- Scheme -*- mode
|
|
|
|
(int-print (int-pow 3 12)) ; should print 531441
|
|
(newline-print)
|