Installation
Quick Start
Application
Components
Configuration
HTTP services
Roto Language
bool
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