I've released a new version (0.34) of my QBASIC (or QuickBasic) to BBC
BASIC translator, QB2BBC:
http://www.bbcbasic.co.uk/qb2bbc/
This version has a few minor compatibility improvements, including:
1. The INP() function and OUT statement are now implemented.
2. The RETURN <linenumber> statement is now implemented.
3. Programs containing TAB characters (CHR$(9)) are now accepted.
4. It is no longer necessary to declare small arrays (10 elements or
fewer) before use.
5. It is no longer necessary to initialise string variables (they
default to an empty string).
Richard.
http://www.rtrussell.co.uk/