summaryrefslogtreecommitdiff
path: root/parserhelp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parserhelp.txt')
-rw-r--r--parserhelp.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/parserhelp.txt b/parserhelp.txt
index 0da866c..12a82b1 100644
--- a/parserhelp.txt
+++ b/parserhelp.txt
@@ -19,3 +19,12 @@ matter what radix is currently set. These are also displayed in base 10
19at all times. 19at all times.
20 20
21Changing the radix always clears all variables. 21Changing the radix always clears all variables.
22
23Every result that is provided is placed into the variable $ans, which makes
24running totals or reusing values without calculating them again easy, e.g.
25
26552*0.01
275.52
28$ans + 101
29106.52
30