The type system should allow variables to be typecast (type system only) to any other type. For example: ```brightscript someVar = 2 as string ' silly thing to do...but why not firstName = (someVar as Person).firstName ```