From 735dfd026abaeee93c4e9b90db73661076ccafa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 26 May 2017 01:27:30 +0200 Subject: Make and/or more useful Now they follow Scheme, they just aren't special forms here. --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index b68b948..792429d 100644 --- a/README.adoc +++ b/README.adoc @@ -129,6 +129,14 @@ Execute the body and pass any error to the handler instead of propagating it. Throw an error. Messages starting on an underscore don't generate backtraces. +`not ` + +Return a boolean with the opposite truthiness. + +`and []...`, `or []...` + +Short-circuit evaluation, trying to return whatever the bodies result in. + `+`, `-`, `*`, `/` Arithmetic operations on floating point numbers. -- cgit v1.2.3