On 4/18/2023 2:46 PM, Doug H. wrote: > Greetings, All, > > I've decided it's time for me to learn another programming language. I'm not abandoning dBASE; I'm broadening my versatility. > > Can anyone suggest a language with syntax similar to dBASE? It would make learning the new language easier. Any suggestions would be appreciated.
For web development I use PHP, which all (at least most) Linux-based
servers provide. It's very close to dBASE, and is designed to be the
intermediate or backend software for web applications (communicate with
the database, and work with HTML ...).
I think the one trap you will find that can make you crazy, no matter
what other languages you use: the semicolon -- in dBASE it means that
the statement is continued on the next line -- in nearly every other
language it is the statement terminator (and is required).