This page has been archived, and is no longer updated.

String

A whole bunch of characters strung together, like this sentence. String variables must have $ after them, and strings must be in quotes, like this:

 variable$="text"

Otherwise, a type mismatch will occur.