Forth has one of the simplest syntaxes of any computer language.
The syntax can be stated as follows, 'Forth code is a bunch of words with spaces between them.' This is even simpler than English! Each word is equivalent to a function or subroutine in a language like 'C'. They are executed in the order they appear in the code.
preview:
http://www.softsynth.com/pforth/pf_tut.htm
1/15/2003