<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Graphics Words in TurboForth Kernal
Defines the character with the code ascii using len cells of data found at address. Normally used in conjunction with DATA.
DATA
: TEST ( -- ) DATA 4 $FFFF $FFFF $FFFF $FFFF 65 DCHAR ;
Re-defines the character A as a solid block.
none