Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- proc testA(a: int): bool = #...
- proc testB(a: int): bool = #...
- proc testC(a: int): bool = #...
- let a = 5
- let result = a in [testA, testB, testC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement