UCalc FMP Interpreter by Daniel Corbier
1st beta

If the ucalc.uc file is present, the interpreter will run the contents
of that file upon loading.  The default ucalc.uc loads up a scripting
language that is based on PowerBASIC, which is similar in syntax to
Visual Basic.  It includes many PB functions, but only a few of PB's
non-function constructs.  Included non-functions are single-line and
multi-line IF-THEN statements, FOR-NEXT loop, PRINT, COLOR,
LINE INPUT, FUNCTION / END FUNCTION, and a few others.

More documentation should be forthcoming in future betas.
 