mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
items: [10, "hello", !0]
|
|
_(items[0])
|
|
_(items[1])
|
|
|
|
items[0] = 20
|
|
_(items[0])
|