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
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
js
/
taddnilstr.nim
blob: f5b934fdda65c1dc7ad2d654ef103f1f30532237 (
plain
) (
blame
)
1
2
3
4
var
x
=
"foo"
.
cstring
var
y
:
string
add
(
y
,
x
)
doAssert
y
==
"foo"