mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Compiler error when cond does not have else
This commit is contained in:
parent
47fdc4bbe5
commit
83e0a6e662
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
(import (scheme base)
|
||||
(scheme file)
|
||||
(scheme write))
|
||||
#t
|
||||
|
||||
;; TODO: fails with an "unspecified" error unless there is an else clause. WTF?
|
||||
;(write
|
||||
(cond
|
||||
(#f #f)
|
||||
;(else #t)
|
||||
)
|
||||
;)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue