aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/69 string arithmetic
AgeCommit message (Collapse)AuthorFilesLines
2018-08-19Condense test dirs.Jussi Pakkanen1-16/+0
2014-11-16Test fixing.Jussi Pakkanen1-8/+4
2014-11-16Add number, string and array arithmeticRobin McCorkell1-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