<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In String Words in TurboForth Kernal
Stores a string. At run-time, the address addr and length len of the string are pushed to the stack.
: COMPUTER$ ( -- addr len ) S" TI-99/4A" ; COMPUTER$ TYPE
(displays TI-99/4A)
none