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:

Example 1:

   > true && false;
   false
   > 2>1;
   true
See also: false, &&, ||
Go back to the list of commands