Overview
Embedding Roto
Reference
to_string
The boolean type
This type has two possible values: true and false. Several boolean operations can be used with booleans, such as && ( logical and), || (logical or) and not.
true
false
&&
||
not
Convert this value into a String
String