Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2017-04-04T10:50:47Z

Updated

2017-04-04T10:50:47Z

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

-- out: bin/synth
INFO