To my experience BASIC in RealBasic is just a hint that:
-- it wants to be (and is!!) a Beginners All-purpose Symbolic Instruction Code
-- it has a lot in common with Microsofts Visual Basic
The general idea and syntax differs a lot from "classical" BASICs.
You perhaps should -alternatively - take a glance at OMIKRON-Basic
if you want to stay "basic".
There are demos (EasyFract,..) www.berkhan.de
However...
I should recommend to take the chance to learn RB and rewrite all your
programs from the bottom - it will pay!
Much fun
Mike
-------
Ben Sharvy :
Quote:
> I have an old Basic program, written in the days of terminals. Can it be
> easily converted to RealBasic and given a GUI interface. It has stuff like
> GOTOs and uses the colon as a logical line separator.