This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

String Type

A string is a sequence of arbitrary characters.

GUI Editor

Graphical representation of the string editor

EGO Script

Strings are sequences of any characters enclosed by double quotes '“'.

"Amazon"
"North"
"This is a example of string"
"landscape_123       "
"x1_and_a_name"
"string with \"double quotes\""

A string can be any size long and it can also span across several lines.

"This is an example of a very long string
with multiple lines.
Note that line breaks do not need to marked using any special syntax."

Automatic Conversions