Previous: , Up: preprocessor nameref   [Contents][Index]


2.7.5 Unsetting NAMEREF declarations

Preprocessor Macro: mbfl_unset_varref (NAME)

The argument NAME must be the first argument to a previous call to mbfl_local_varref() or mbfl_global_varref(). Expand into:

unset -v $mbfl_a_variable_NAME
unset -v mbfl_a_variable_NAME
unset -v -n NAME
unset -v NAME

Unset all the proxy variable NAME and all the variables associated to it.


Previous: , Up: preprocessor nameref   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.