aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-arithmetic.exp
AgeCommit message (Expand)Author
2023-12-01Put functional tests in `tests/functional`John Ericson
2018-05-24add docs and testsvolth
2013-08-02Let the ordering operators also work on stringsEelco Dolstra
2013-08-02Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra
2013-08-02Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra
2013-08-02Add a unary integer negation operatorEelco Dolstra
2013-08-02Overload the ‘+’ operator to support integer additionEelco Dolstra
2010-04-21* Update the expected test output (no longer an ATerm).Eelco Dolstra
2006-09-22* Builtin function `add' to add integers.Eelco Dolstra