This statement is equivalent to CREATE TEXT …
The additional AS parameter lets you define the name of the object instead of receiving the default name. Unique names are required if you plan to use multiple instances.
create text t as s
t text s sprite name
Source create text "hello world!" as "hello" do turn "hello" by 0,1,0 update loop
