aboutsummaryrefslogtreecommitdiff
path: root/tests/if-else/test.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-06-18Port to MinGWKaren Arutyunov1-1/+1
2016-04-02Add attribute syntax infrastructureBoris Kolpackov1-1/+1
2015-12-03Implement if-else conditionsBoris Kolpackov1-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.