Every time I've tried using multiple letter variable names (for things other than arrays, pictures, etc) something strange happens, such as the value not being initialized, or being "saved" for the next run (I imagine this is because it is reading from the same point as the previous execution, and since it isn't being initialized, its value is unchanged). Other times it just doesn't work. Are multi-letter variable names supported yet, or will it be supported in the future? Thanks.