wuz/tests/err_ty_array.wuz

9 lines
125 B
Plaintext
Raw Normal View History

2023-08-24 09:55:54 +00:00
[]
2023-08-24 15:22:49 +00:00
[1, 2, 3, "4"]
[ [0, 1], ["0", "1"] ]
[1, 2, 3]["a"]
[1, 2, 3][false]
[1, 2, 3][3.14]
[1, 2, 3][ [0, 1] ]
[1, 2, 3][0, 0]