mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-28 14:35:07 +02:00
Initial file
This commit is contained in:
parent
84dde28470
commit
b918770827
1 changed files with 11 additions and 0 deletions
11
begin-tests.scm
Normal file
11
begin-tests.scm
Normal file
|
@ -0,0 +1,11 @@
|
|||
;; A temporary test file
|
||||
(import (scheme base ) (scheme write))
|
||||
|
||||
;(
|
||||
;(lambda ()
|
||||
(begin
|
||||
(define tmp1 1)
|
||||
(define tmp2 2))
|
||||
|
||||
(write `(,tmp1 ,tmp2))
|
||||
;))
|
Loading…
Add table
Reference in a new issue