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
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:
@@ -28,6 +28,10 @@
|
|||||||
(if val
|
(if val
|
||||||
(evalCC (second args) cc)
|
(evalCC (second args) cc)
|
||||||
(evalCC (third args) cc)))
|
(evalCC (third args) cc)))
|
||||||
|
=>"begin"
|
||||||
|
->[args cc]
|
||||||
|
(_evalAllCC args ->values
|
||||||
|
(cc (values.pop)))
|
||||||
])
|
])
|
||||||
|
|
||||||
(method :ReaderExp read [:Dynamic input]
|
(method :ReaderExp read [:Dynamic input]
|
||||||
|
Reference in New Issue
Block a user