Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION bool
          (lgcl : LOGICAL) : BOOLEAN;

 IF  NOT EXISTS ( lgcl ) THEN  RETURN  ( FALSE  ) ; END_IF  ; IF lgcl <> TRUE  THEN RETURN  ( FALSE ) ; END_IF ; RETURN ( TRUE ) ; 

END_FUNCTION; -- bool

public class FBool
          public static Value run(SdaiContext _context, Value lgcl)