Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Strings are created by enclosing Unicode characters in double quotes. Strings are UTF-8 encoded. The empty string is falsey.

Special characters

The only special character is ". You can put a double quote inside a string by escaping it with a backslash:

...