mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Noted issue with top-level
This commit is contained in:
parent
54d9ccab6a
commit
ebd8f72ba4
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
;; A temporary test file
|
||||
(import (scheme base ) (scheme write))
|
||||
|
||||
;(
|
||||
;(lambda ()
|
||||
;; TODO: begin splicing does not work at top-level
|
||||
((lambda ()
|
||||
(begin
|
||||
(define tmp1 1)
|
||||
(define tmp2 2))
|
||||
|
||||
(write `(,tmp1 ,tmp2))
|
||||
;))
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue