Skip to content

Instantly share code, notes, and snippets.

@bogen
bogen / Input source
Last active August 29, 2015 14:04 — forked from anonymous/gist:4fabe7421046e7648829
TRIPLESTR_LIT not working in places where STR_LIT does work
#import macros
macro foo (first, second : expr) : stmt =
echo first
echo second
echo ""
discard
foo one, two