about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-08 16:24:51 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-08 16:24:51 +0100
commit7f683af905ca5ee6d332dd0954383e8bf7d52b3c (patch)
tree9ce6eae7fadf7bf3e90529dfc2d81131dd51a3e1 /README.md
parent7cad7b37eb81158b5956dbcf6bdc722b5ffa8f4f (diff)
downloadlr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.tar.gz
lr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.tar.xz
lr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.zip
add ternary (conditional) operator
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fc6e25..8d59713 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,7 @@ Default: `n`.
 
 	<expr>     ::= <expr> || <expr>  -- disjunction
 	             | <expr> && <expr>  -- conjunction
+	             | <expr> ? <expr> : <expr>  -- ternary operator
 	             | ! <expr>          -- negation
 	             | ( <expr )
 	             | <timeprop> <numop> <dur>