Enumeration representing possible variable types.
enum class VariableType { Array, Bool, Float, Integer, Null, Object, String, };