Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-18 | Port to MinGW | Karen Arutyunov | 1 | -1/+1 | |
2016-04-02 | Add attribute syntax infrastructure | Boris Kolpackov | 1 | -1/+1 | |
2015-12-03 | Implement if-else conditions | Boris Kolpackov | 1 | -0/+3 | |
if if! elif elif! else The expression should evaluate to true of false. The if! and elif! versions are provided as shortcuts to writing if (!...). See tests/if-else for examples. |