Skip to content

Commit 1880e07

Browse files
committed
Add missing glossary entry for const block expressions
1 parent b4ab93e commit 1880e07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/glossary.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,16 @@ to either ``true`` or ``false``, and controls :t:`conditional compilation`.
13421342
:dp:`fls_99ioki0M64fD`
13431343
See :s:`ConfigurationPredicate`.
13441344

1345+
.. _fls_vuBjK3kdImTn:
1346+
1347+
const block expression
1348+
^^^^^^^^^^^^^^^^^^^^^^
1349+
1350+
:dp:`fls_5ApoJzRSTZGH`
1351+
A :dt:`const block expression` is a :t:`block expression` that is specified
1352+
with :t:`keyword` ``const`` and encapsulates behavior which is evaluated
1353+
statically.
1354+
13451355
.. _fls_yw57di94gwpf:
13461356

13471357
constant

0 commit comments

Comments
 (0)