To store information about a global variable
constructor
Constructor, for reading from string (uses fromString)
Reads this Variable from a string (reverse of toString)
name of var
data type
st{ Variable var = Variable("i",DataType("@int[][]")); assert (Variable(var.toString) == var
See Implementation
To store information about a global variable