/
String Expressions
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.
Related pages
Copyright Picolabs | Licensed under Creative Commons.