mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
8 lines
141 B
Nim
8 lines
141 B
Nim
discard """
|
|
errormsg: "has to be used (or discarded)"
|
|
line: 7
|
|
"""
|
|
|
|
proc myProc(name: string): string = "Hello " & name
|
|
myProc("Dominik")
|