NOTE: This tutorial is for people with no Forth programming experience whatsoever.
It will get you started, but that's about it. This tutorial will be expanded in the future.
If Misty Beach Forth is not already running or launching,
click here to launch it.
While Misty Beach Forth is launching a progress bar will appear and track
the applet downloading. When the progress bar goes away, you will have a
Forth console. If you don't, you may not have a browser that works
properly with Misty Beach Forth. To find out, check out our
experience with various browsers.
A large text box will appear on your monitor. Click your mouse in it and
press the Return key until an Ok! appears in the text box. Now,
type the following:
80 80 + . CR
and then press the Return key.
Forth will then print out this:
160
Ok
Congratulations! You have just written your first line of Forth.