MyFirstTest.bas doesn't compile:
- The "'!org=32767 Set the start address" confuses nextbuild.py ('nextbuild.py: error: Invalid --org option '32767 Set the start address '', if I change this to just "'!org=32767" it does compile OK
- ./data/font3.spr is missing causing '##ERROR - Failed to find file :./data/font3.spr'. If I copy it from another directory then it works of course