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


2.7.1 Variables accessors

Preprocessor Macro: mbfl_namevar (NAME)

The argument NAME must be the name of a proxy variable. Uses of this macro expand into:

mbfl_a_variable_NAME

Given the name of a proxy variable: expand into the name of the name variable.

Preprocessor Macro: mbfl_datavar (NAME)

The argument NAME must be the name of a proxy variable. Uses of this macro expand into:

$mbfl_a_variable_NAME

Given the name of a proxy variable: expand into code that, executed at run–time, returns the name of the data variable.


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

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