# Functions
No description provided by the author
simple word expansion expands: literals, single-quoted strings, double-quoted strings (recursively) does *not* expand: params (variables), command substitution, arithmetic expressions, process substituions, globs for the not expands, they will show up as the literal string this is different than expand.Literal which will replace variables as empty string if they aren't defined.
# Structs
No description provided by the author
No description provided by the author