Name:

false the boolean value representing the false.

Library names:

sollya_obj_t sollya_lib_false() int sollya_lib_is_false(sollya_obj_t)

Description:

Example 1:

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