One of the annoying things about the script language is that every statement has to be put inside <> angles. I didn't design the language this way on purpose. It's designed this way because originally, literal text was left outside angles. With that early version of the program, angles distinguished literals from function calls. At a later stage in the beta I added the <Text> command so literals moved inside angles. At that point it would have made sense to remove angles from the script language, but by that time there were so many users that I didn't want to make the change because it would have broken too many scripts.