Name:
true
the boolean value representing the truth.
Library names:
sollya_obj_t sollya_lib_true()
int sollya_lib_is_true(sollya_obj_t)
Description:
- true is the usual boolean value.
Example 1:
> true && false;
false
> 2>1;
true
Go back to the list of commands