mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
8 lines
112 B
Nim
8 lines
112 B
Nim
discard """
|
|
output:'''@[23, 45]
|
|
@[, \"foo\", \"bar\"]'''
|
|
"""
|
|
|
|
echo($(@[23, 45]))
|
|
echo($(@["", "foo", "bar"]))
|