index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
tnilecho.nim
blob: 147b5e492521d84fb88ea1f58a4e2d3dc88cfd40 (
plain
) (
tree
)
55b28f86e
^
1
2
var
x
=
@[
"1"
,
nil
,
"3"
]
doAssert
$
x
==
"@[1, nil, 3]"