⇐ Index
GetType (<-something) ->typeOfSomething
Takes a value and returns a string of what type of value it is. Types: STRING INT FLOAT VECTOR LIST TABLE NULL
"42" ->val GetType(<-val) ->Type <-Type trace #Would return STRING as the result
⇐ Index