mirror of
https://github.com/janet-lang/janet
synced 2025-10-16 16:27:40 +00:00
Merge pull request #609 from yumaikas/master
Change tracev to upscope instead of using let
This commit is contained in:
@@ -320,4 +320,8 @@
|
||||
(array/push a x))
|
||||
(assert (deep= (range 4) a) "eachk 1")
|
||||
|
||||
|
||||
(tracev (def my-unique-var-name true))
|
||||
(assert my-unique-var-name "tracev upscopes")
|
||||
|
||||
(end-suite)
|
||||
|
Reference in New Issue
Block a user