# This looks odd, but compiles. Apparently parentheses are optional if the # procedure takes no parameters. proc hello: string = "Hello, World!" # This is really hard to find in documentation. I looked in the 5 minute # tutorial, official tutorial parts 1, 2; manual, Nim for Python programmers. It's # only implied in the manual in an example of a multi-line comment.