Skip to content

Instantly share code, notes, and snippets.

@dom96
Created May 10, 2018 16:50
Show Gist options
  • Save dom96/6442b7c92a4333dba5765311f01fc14a to your computer and use it in GitHub Desktop.
Save dom96/6442b7c92a4333dba5765311f01fc14a to your computer and use it in GitHub Desktop.
proc foo(x: (string, proc ())) =
x[1]()
foo(
("foobar", proc () = echo("Hello!"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment