mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Additional test case
This commit is contained in:
parent
6be26698c1
commit
058d30224d
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
(scheme base)
|
||||
(scheme write)
|
||||
)
|
||||
(inline
|
||||
my-not)
|
||||
|
||||
(define (my-not x) (if x #f #t))
|
||||
|
||||
(define (queue-empty) (cons '() '()))
|
||||
(define objects-dumped (queue-empty))
|
||||
|
@ -34,3 +38,4 @@
|
|||
(queue-put! objects-dumped 'b)
|
||||
(write (queue->list objects-dumped))
|
||||
(write (test 'c))
|
||||
(write (my-not (test 'd)))
|
||||
|
|
Loading…
Add table
Reference in a new issue