Advertisement
Guest User

Untitled

a guest
May 28th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.15 KB | None | 0 0
  1. proc testA(a: int): bool = #...
  2. proc testB(a: int): bool = #...
  3. proc testC(a: int): bool = #...
  4.  
  5. let a = 5
  6. let result = a in [testA, testB, testC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement