_/ans are only mentioned in the cli-usage page, this was hard to find so add it to the syntax overviews as well
@@ -58,6 +58,8 @@ pi/3 + pi |> cos # Same, 'arg |> f' is equivalent to 'f(arg)'
# which makes it very useful for interactive
# terminals (press up-arrow, and add '|> f')
+_ # Result of last calculation, also 'ans'
+
# 4. Constants
let n = 4 # Simple numerical constant
@@ -53,6 +53,8 @@ pi/3 + pi |> cos # Same, 'arg |> f' is equivalent to 'f(arg)'