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