Enhancing variables to have extra logic in place so that variables can be partially based off other variables
e.g.
Number
new_variable = “{other_number_variable} + 4”
String
new_variable = “{other_text_variable} New Text”
Colour
new_variable = “{other_color_variable}, opacity 4”
Boolean
new_variable = “not {other_boolean_variable}”