From 1bf8196856c631640659e0a70d900ed7950a5e30 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 25 Jul 2024 12:43:57 +0200 Subject: expression language: add quoting --- doc/concepts/expressions.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/concepts/expressions.md') diff --git a/doc/concepts/expressions.md b/doc/concepts/expressions.md index aead2c31..c5d120e4 100644 --- a/doc/concepts/expressions.md +++ b/doc/concepts/expressions.md @@ -74,6 +74,11 @@ the value `null` is taken as default for `"default"`) and evaluated. The value obtained this way is the result of the evaluation. +##### Quoting: `"'"` + +The value is the value of the key `"$1"` uninterpreted, if present, +and `null` otherwise. + ##### Sequential binding: `"let*"` The key `"bindings"` (default `[]`) has to be (syntactically) a -- cgit v1.2.3