Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-19 | Condense test dirs. | Jussi Pakkanen | 1 | -16/+0 | |
2014-11-16 | Test fixing. | Jussi Pakkanen | 1 | -8/+4 | |
2014-11-16 | Add number, string and array arithmetic | Robin McCorkell | 1 | -0/+20 | |
Addition (+), subtraction (-), multiplication (*) and division (/) for numbers follows the BIDMAS rules. Strings and arrays can be concatenated with the addition operator Strings can be concatenated with numbers with the addition operator |