We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39d187 commit 5435471Copy full SHA for 5435471
1 file changed
tests.txt
@@ -1,5 +1,6 @@
1
ArraysBug716a
2
extensions [array]
3
+ globals [glob1 glob2]
4
O> __mkdir "tmp/ImportWorld"
5
O> set glob1 array:from-list [1 2]
6
O> set glob2 (word "tmp/ImportWorld/test-file-" __nano-time ".csv")
@@ -11,6 +12,7 @@ ArraysBug716a
11
12
13
ArraysBug716b
14
15
16
17
O> set glob1 (list array:from-list [1 2] array:from-list [3 4])
18
0 commit comments