Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2017-04-04T10:45:27Z

Updated

2017-04-04T10:45:27Z

template `--`(a, b: untyped) = echo a, b

--"Foo":"bar"
INFO