FORTHified language use
Hello World
Because I really want to be original, I’ll introduce the FORTHified language by a simple Helloworld:
FORTHified v 0.1
Copyright (c) 2003-2004 Michael Facquet
Original design by Bill Stoddart and Frank Zeyda
: HELLO ." Hello World!" ; ok
HELLO Hello World! ok
What does it do? It defines a new command HELLO, command which outputs the string Hello World!. In the second line, we interactively invoke the HELLO command, and thus FORTHified prints Hello World.
In the same section
Stay tuned!
What others think
«Thanks for your hard work on these plugins!»
Steve R