/
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 content

String Operators
String Operators
Read with this
random
random
Read with this
Looping in Rules
Looping in Rules
Read with this
Conditional Expressions
Conditional Expressions
Read with this
Map Operators
Map Operators
Read with this
schedule
schedule
Read with this

Copyright Picolabs | Licensed under Creative Commons.