RosettaCodeData/Task/Runtime-evaluation/HicEst/runtime-evaluation-2.hicest
2023-10-02 18:11:16 -07:00

5 lines
51 B
Text

(var x 123)
[
(eval "(var y 100) (+ x y)")
y
]