mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 05:57:34 +02:00
Testing
This commit is contained in:
parent
144c5845fc
commit
e0220ea62d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
(import (scheme base) (scheme write) (scheme cyclone pretty-print))
|
||||
|
||||
(write
|
||||
((lambda (x) x) 1))
|
||||
|
||||
(write
|
||||
(let ((x 'outer))
|
||||
(let-syntax ((m (syntax-rules () ((m) x))))
|
||||
|
|
Loading…
Add table
Reference in a new issue