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.
Copyright Picolabs | Licensed under Creative Commons.
KRL supports string concatenation using the + symbol:
x = "Hello " + "World!";There are also a number of operators for strings described later in the documentation.
Copyright Picolabs | Licensed under Creative Commons.