immutable class F_LOGICAL < $F_SCALAR
****
FORTRAN LOGICAL type (built in type)


Flattened version is here

Ancestors
$F_SCALAR $IS_EQ $STR



Public


Features
bool:BOOL
**** A Sather BOOL version of self
create(x:BOOL):F_LOGICAL
f_and(b:SAME):SAME
f_or(b:SAME):SAME
is_eq(b:SAME):BOOL
not:SAME
str:STR

The Sather Home Page