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