lua: do-block proper lexical scoping (wrap in (let () …)) +2 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
This commit is contained in:
@@ -437,7 +437,7 @@
|
||||
(list (make-symbol "_for_loop"))))))
|
||||
(list (make-symbol "_for_loop")))))))
|
||||
|
||||
(define lua-tx-do (fn (node) (lua-tx (nth node 1))))
|
||||
(define lua-tx-do (fn (node) (list (make-symbol "let") (list) (lua-tx (nth node 1)))))
|
||||
|
||||
(define
|
||||
lua-tx-return
|
||||
|
||||
Reference in New Issue
Block a user