Hi, it would be nice if we could reuse a variable already defined in settings to set another. Ex: ``` a = 1; b = 1; c = a + b; ```