<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In String Words in TurboForth Kernal
Displays the string immediately following it. For use in colon definitions only.
: TEST ( -- ) ." Hello, World!" ;
none