String Expressions
KRL supports string concatenation using the +
symbol:
x = "Hello " + "World!";
There are also a number of operators for strings described later in the documentation.
, multiple selections available,
Copyright Picolabs | Licensed under Creative Commons.