index
:
nimrec
master
Recfile parser for Nim
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
names.nim
blob: 1da7cd2e718f810fdaf134d689c71f785b32dfee (
plain
)
1
2
3
4
import nimrec/[utils, record] for record in records("persons.rec"): echo(record["Name"])