dadfb4975b
*: remove a few inline keywords no code changes
7 lines
149 B
Plaintext
Executable File
7 lines
149 B
Plaintext
Executable File
# builtins, unlike keywords like "while", can be constructed
|
|
# with substitutions
|
|
VARIABLE=export
|
|
$VARIABLE VARIABLE
|
|
env | grep ^VARIABLE
|
|
echo OK:$?
|