Add support for the `any` builtin (#54) (#63)
Implement the `any` as defined here: * https://docs.python.org/2/library/functions.html#any Note that a new helper function `seqFindFirst` was added that is used to implement `builtinAll`, `builtinAny`, and `seqContains`.
Showing
Please register or sign in to comment