Unset shell variables.
Synopsis
unset [NAME]...
Description
Remove shell variable(s) from the environment. Runs in the just-bash WASM shell inside SLICC.
Examples
$ unset MY_VAR
Remove MY_VAR from the environment.
See Also
set, export, env
Unset shell variables.
unset [NAME]...
Remove shell variable(s) from the environment. Runs in the just-bash WASM shell inside SLICC.
$ unset MY_VAR
Remove MY_VAR from the environment.
set, export, env