Versions Compared

Key

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

KRL supports string concatenation using the +++ symbol:

Code Block
themeConfluence
languagejavascript
x = "Hello " + "World!";

There are also a number of operators for strings described later in the documentation.