From 2931f078dc66e56942470d7d4cf1d01f71f872a1 Mon Sep 17 00:00:00 2001 From: scivision Date: Wed, 1 Mar 2023 23:18:17 -0500 Subject: Help:cmake-language: note new block() command scope --- Help/manual/cmake-language.7.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst index a0d872f..d0774cb 100644 --- a/Help/manual/cmake-language.7.rst +++ b/Help/manual/cmake-language.7.rst @@ -530,6 +530,9 @@ of alphanumeric characters plus ``_`` and ``-``. Variables have dynamic scope. Each variable "set" or "unset" creates a binding in the current scope: +Block Scope + The :command:`block` command may create a new scope for variable bindings. + Function Scope `Command Definitions`_ created by the :command:`function` command create commands that, when invoked, process the recorded commands -- cgit v0.12