Strings
Strings can be entered with "
as delimeters:
Strings can be joined using the <>
operator:
Numbers cannot be joined to strings:
They have to be converted to strings using ToString
first:
You can input a named Unicode character like this: \[Name]
You can input a 2 or 4 digits hexadecimal Unicode character like this: \.xx
or \:xxxx