Files
Nim/tests/misc/tinc.nim
Andreas Rumpf a690e7b267 Merge pull request #1075 from flaviut/inlinedocs
Add some documentations and code examples in system
2014-04-09 22:56:18 +02:00

13 lines
132 B
Nim

discard """
file: "tinc.nim"
line: 8
errormsg: "for a \'var\' type a variable needs to be passed"
"""
var x = 0
inc(x+1)