mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
11 lines
162 B
Scheme
11 lines
162 B
Scheme
;; A temporary test file
|
|
(import (scheme base ) (scheme write))
|
|
|
|
;(
|
|
;(lambda ()
|
|
(begin
|
|
(define tmp1 1)
|
|
(define tmp2 2))
|
|
|
|
(write `(,tmp1 ,tmp2))
|
|
;))
|