Open topic with navigation
Syntax
True
Description
Logical constant True
Example
(1<10) = True =>True
This example returns "True", because the logical test (1<10) is true.