Skip to content

Commit

Permalink
Note shell(…) as an alternative to backticks (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 authored Oct 30, 2024
1 parent 4683a63 commit b063940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b063940

Please sign in to comment.