RosettaCodeData/Task/Runtime-evaluation/HicEst/runtime-evaluation-2.hicest

6 lines
51 B
Text
Raw Permalink Normal View History

2023-10-02 18:11:16 -07:00
(var x 123)
[
(eval "(var y 100) (+ x y)")
y
]