/STRING

back to docs

In Iode, strings are arrays of characters. They are defined as all text between a double-quote (").

In the code sample above, the variable "name" has the type of string. Strings can be concatenated with other types given the proper conversion and can be manipulated very precisely.