Guest User

Untitled

a guest
Aug 8th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var stuff:seq[string] = @["test1", "test2", "test3", "test4"]
  2. template `test` * (x, y: untyped): untyped = contains(y, x)
  3. echo "test1" test stuff
Advertisement
Add Comment
Please, Sign In to add comment