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
/
system
/
toString.nim
blob: 2a8ce1c0cc5970c55a4936e296dfeddc7bcd6b7a (
plain
) (
tree
)
f6e8da433
^
1
2
3
4
5
discard
"""
output:'''@[23, 45]'''
"""
echo
(
$
(
@[
23
,
45
]
))