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


[ Search:

In Compilation Words in TurboForth Kernal

Word Name: [
Type: Immediate word
Data Stack Signature: --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Temporarily suspends compilation (sets STATE to 0) and begins interpreting input as immediate mode input.

Example:

: TEST 1 2 3 [ S" This string will not be compiled" TYPE ] . . . ;

TEST

Comment:

none

See Also: ] 

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