9 lines
121 B
Text
9 lines
121 B
Text
#lang transd
|
|
|
|
MainModule : {
|
|
str: "(textout \"eval output: \" (+ 1 1))",
|
|
|
|
_start: (λ
|
|
(eval str)
|
|
)
|
|
}
|