mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
5 lines
74 B
Scheme
5 lines
74 B
Scheme
(import (scheme base)
|
|
(scheme read))
|
|
|
|
(write `(read ,(+ 1 2 3)))
|
|
|