mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
13 lines
203 B
Scheme
13 lines
203 B
Scheme
(import (scheme base)
|
|
(scheme file)
|
|
(scheme write))
|
|
|
|
;; TODO: fails with an "unspecified" error unless there is an else clause. WTF?
|
|
;(write
|
|
(cond
|
|
(#f #f)
|
|
;(else #t)
|
|
)
|
|
;)
|
|
1
|
|
|