mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
7 lines
91 B
Nim
7 lines
91 B
Nim
discard """
|
|
output: ""
|
|
"""
|
|
|
|
var x = @["1", "", "3"]
|
|
doAssert $x == """@["1", "", "3"]"""
|