Usage
This is a boolean operator which returns the value
unity if is an empty string (or if is not a string), and
zero if it is a string with positive length.
By default, S1 and S2 are assumed to be the names of defined strings. If either
string is not recognised, then the name supplied given is used instead.
This is a boolean operator which returns the value unity if the string\
is equal to the string , and zero otherwise. The
complementary operator is neq$ . For example, suppose that we have defined only
the strings a=mustard and b=cress. Then:
This returns the length of the string as a non-negative integer.
If the string has not been defined, then the length of the alphanumeric sequence
supplied as the name of the string is returned.
If the string has been defined, but is empty, the length is defined to be zero.
By default, S1 and S2 are assumed to be the names of defined strings. If either
string is not recognised, then the name supplied given is used instead.
This is a boolean operator which returns the value zero if the string\
is equal to the string , and unity otherwise. The
complementary operator is eq$ . For example, suppose that we have defined only
the strings a=mustard and b=cress. Then:
If the name S supplied has not been defined as a string, then the name itself is used as
the string.
This is an operator which returns the integer value zero, one or
two depending upon the form of the string\
:
where d represents at least one digit. Note in particular that the
decimal point must be both preceded and succeeded by at least one digit
if this operator is to return a value of unity. For example,
and .
Usage
Usage
Usage
Usage