<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


CSEN Search:

In Built-in Variables in TurboForth Kernal

Word Name: CSEN
Type: Standard word
Data Stack Signature: -- address
Return Stack Signature: --
Availability: V1.2
Description:

Pushes the address of the case sensitivity variable.

Example:

-1 CSEN ! \ case sensitive

0 CSEN ! \ non case sensitive

Comment:

When CSEN is -1 (or TRUE) all dictionary searches shall be case sensitive. Default value is 0 (FALSE) - not case sensitive.

See Also: None listed

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>