From b063940b31ffe5e01789da4ab936b6c16e8bb073 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Wed, 30 Oct 2024 15:30:23 -0700 Subject: [PATCH] =?UTF-8?q?Note=20`shell(=E2=80=A6)`=20as=20an=20alternati?= =?UTF-8?q?ve=20to=20backticks=20(#2430)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f2f5409eb..9d3ab58396 100644 --- a/README.md +++ b/README.md @@ -2059,6 +2059,10 @@ See the [Strings](#strings) section for details on unindenting. Backticks may not start with `#!`. This syntax is reserved for a future upgrade. +The [`shell(…)` function](#external-commands) provides a more general mechanism +to invoke external commands, including the ability to execute the contents of a +variable as a command, and to pass arguments to a command. + ### Conditional Expressions `if`/`else` expressions evaluate different branches depending on if two