aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsigmaSd <[email protected]>2021-01-26 15:24:04 +0000
committerGitHub <[email protected]>2021-01-26 15:24:04 +0000
commit3f52f6f2ce8408350fcdc180d416e63dd627d93f (patch)
tree4e5425f6ba4d01a17f44711b2a0243650605a313
parent060819ae8131bcb7535fe7bedccc07e8fdd0f329 (diff)
Document `_`
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b1c7371..ebe2160 100644
--- a/readme.md
+++ b/readme.md
@@ -125,6 +125,15 @@ log(100) # yes
1256 1256
126``` 126```
127 127
128 - use previous answer with `_`
129```
130> sin(pi)
1310.0548036650
132> _^2
1330.0030034417
134>
135```
136
128- super neat error handling 137- super neat error handling
129``` 138```
130> 1 + ln(-1) 139> 1 + ln(-1)