implement begin
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 1m51s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 2m9s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 2m2s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 2m28s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m11s

This commit is contained in:
2025-09-16 10:12:40 -05:00
parent 41ba78d886
commit a300d758a9

View File

@@ -28,6 +28,10 @@
(if val
(evalCC (second args) cc)
(evalCC (third args) cc)))
=>"begin"
->[args cc]
(_evalAllCC args ->values
(cc (values.pop)))
])
(method :ReaderExp read [:Dynamic input]