diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-25 12:43:57 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-26 16:59:52 +0200 |
commit | 1bf8196856c631640659e0a70d900ed7950a5e30 (patch) | |
tree | 171288ed86de04357800485d332a71ce6f9c9a7b /doc/concepts/expressions.md | |
parent | 806a141fd15f8598776a05b736eaf8d09fec5309 (diff) | |
download | justbuild-1bf8196856c631640659e0a70d900ed7950a5e30.tar.gz |
expression language: add quoting
Diffstat (limited to 'doc/concepts/expressions.md')
-rw-r--r-- | doc/concepts/expressions.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |