mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-27 02:46:29 +00:00
8 lines
131 B
Nim
8 lines
131 B
Nim
discard """
|
|
errormsg: "has to be discarded"
|
|
line: 7
|
|
"""
|
|
|
|
proc myProc(name: string): string = "Hello " & name
|
|
myProc("Dominik")
|