Lines Matching refs:variables
9 # - We have to nest our variables dictionaries multiple levels deep, so that
11 # their 'variables': { 'conditions': [] } clauses.
21 # within the 'conditions' list in its 'variables' dict.
23 # set within a "more inner" (enclosed) scope than its own 'variables' dict.
38 'variables': { # level 1
39 'variables': { # level 2
41 # Variables needed by conditions list within the level-2 variables dict.
42 'variables': { # level 3
50 # Re-define all variables defined within the level-3 'variables' dict,
51 # so that siblings of the level-2 'variables' dict can see them.
97 # Re-define all variables defined within the level-2 'variables' dict,
98 # so that siblings of the level-1 'variables' dict can see them.