Skip to content

Instantly share code, notes, and snippets.

@yakkomajuri
Created July 25, 2020 12:53
Show Gist options
  • Save yakkomajuri/e5b04ae92a8ddc3ad6c7ee6ff0038cf3 to your computer and use it in GitHub Desktop.
Save yakkomajuri/e5b04ae92a8ddc3ad6c7ee6ff0038cf3 to your computer and use it in GitHub Desktop.
# If you declare a function like this:
proc helloWorld(s: string) =
echo s
# You can call it using any of these:
helloWorld()
hello_world()
helloworld()
# But not this:
HelloWorld()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment