Content-Type: text/x-zim-wiki Wiki-Format: zim 0.4 Creation-Date: 2016-08-23T17:51:57+01:00 ====== addition ====== Created Tuesday 23 August 2016 This is very easy. Here are some examples. set result (math "25 + 20") will give the correct answer of 45 Echo will also work echo (math "55 + 32") will give the answer of 87. NB Important. The parentheses are needed, The quotes are optional.