| 667 | // the variables are global and are placed in the base context and never popped off |
| 668 | #[derive(Debug, Clone)] |
| 669 | struct SetVariables { |
| 670 | variables: VariableDefinitions, // variables and values |
| 671 | } |
| 672 | |
| 673 | impl fmt::Display for SetVariables { |
| 674 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |