CaseIgnoredP

Help Contents Workspace Management Workspace Predicates CaseIgnoredP
NameP Editing

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:

setCaseIgnored false
CaseIgnored?		;false  ;-)
bUtFirst "Hallo		; I don't know how  to bUtFirst
butFirst "World		;orld  ;-)
butfirst [so so]		;[so] ;-)

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:

NameP Editing