RosettaCodeData/Task/Runtime-evaluation/Transd/runtime-evaluation.transd
2023-07-01 13:44:08 -04:00

9 lines
121 B
Text

#lang transd
MainModule : {
str: "(textout \"eval output: \" (+ 1 1))",
_start: (λ
(eval str)
)
}