Skip to content

Commit

Permalink
deploy: b063940
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 30, 2024
1 parent 5210c41 commit 02bae7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions man/en/command-evaluation-using-backticks.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ <h3 id="command-evaluation-using-backticks"><a class="header" href="#command-eva
<p>See the <a href="strings.html">Strings</a> section for details on unindenting.</p>
<p>Backticks may not start with <code>#!</code>. This syntax is reserved for a future
upgrade.</p>
<p>The <a href="functions.html#external-commands"><code>shell(…)</code> function</a> 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.</p>

</main>

Expand Down
3 changes: 3 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1756,6 +1756,9 @@ <h4 id="custom-confirmation-prompt1230"><a class="header" href="#custom-confirma
<p>See the <a href="strings.html">Strings</a> section for details on unindenting.</p>
<p>Backticks may not start with <code>#!</code>. This syntax is reserved for a future
upgrade.</p>
<p>The <a href="functions.html#external-commands"><code>shell(…)</code> function</a> 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.</p>
<div style="break-before: page; page-break-before: always;"></div><h3 id="conditional-expressions"><a class="header" href="#conditional-expressions">Conditional Expressions</a></h3>
<p><code>if</code>/<code>else</code> expressions evaluate different branches depending on if two
expressions evaluate to the same value:</p>
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 02bae7c

Please sign in to comment.