readVar

Read from variable vi. The beginning of the 'scope' of a variable is when it is first read. Hence, when a read is done, instead of when assignment to the variable is done, the O/B rules are enforced. (Also called "non-lexical scoping".)

void
readVar
(,
const size_t vi
,
bool mutable
,)
Suggestion Box / Bug Report