CaseIgnoredP
Help Contents
Workspace Management
Workspace Predicates
CaseIgnoredP
CaseIgnoredP
CaseIgnored?
if TRUE, indicates that lower case and upper case letters should be considered equal by equalP, beforeP, MemberP, etc. Logo initially sets this internal state TRUE.
Example:
redefinable?
outputs the status of the internal flag, earlier called redefp. If it returns true, primitives and Logo constants can be redefined and erased. Otherwise it is an error to try to redefine a primitive or a constant.
See also:
References: