2012-12-16 23:14:31 +01:00
|
|
|
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
|
|
|
2012-12-17 07:22:37 +01:00
|
|
|
(import ["sys"
|
|
|
|
"os.path"])
|
2012-12-16 23:46:33 +01:00
|
|
|
|
2012-12-16 23:14:31 +01:00
|
|
|
(def square (fn [x]
|
|
|
|
(* x x)))
|
|
|
|
|
2012-12-17 07:22:37 +01:00
|
|
|
(print os.path)
|