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
/
modules
/
seq.nim
blob: 176e44025d878cc6b5400644df1a8699656b5637 (
plain
) (
blame
)
1
2
3
4
5
var
seq
:
seq
[
int
]
var
b
:
seq
[
float
]
echo
seq
echo
b