Hi David,
If I speak in the development of language Firewing, had one major suggestion.
Basic language has to be according to its title with a clear and simple syntax and clear code. The programmer should be easy and quick write each command.
For this reason, I suggest, if possible, to cancel all the brackets in command syntax notation and syntax for commands to do such as the PROTON IDE.
In the case of Sub Routine introduce the possibility of its calls from the main program only writing name sub routine and not by dictate routine call her name
Thus for example, as follows:
DO
commands
NEW COMMAND
LOOP
SUB NEW COMMAND()
commands
END SUB
Thank you
