Dear Remy,
https://zx.remysharp.com/bas/ and your VSC-Extension https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
doesn´t recognize ERROR$ added by NextBASIC 2.08 as can be read here:
https://gitlab.com/thesmog358/tbblue/-/blob/master/docs/nextzxos/New%20in%20v2.08.txt#:~:text=ERROR%24,last%20error%20message
Following error is shown:
Unexpected ERROR in PRINT statement, "ERROR"

btw. In the meantime I use this workaround:
6290 LET err$= ERROR $
6295 PRINT "Error E=";Err$
Dear Remy,
https://zx.remysharp.com/bas/ and your VSC-Extension https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
doesn´t recognize ERROR$ added by NextBASIC 2.08 as can be read here:
https://gitlab.com/thesmog358/tbblue/-/blob/master/docs/nextzxos/New%20in%20v2.08.txt#:~:text=ERROR%24,last%20error%20message
Following error is shown:
Unexpected ERROR in PRINT statement, "ERROR"

btw. In the meantime I use this workaround:
6290 LET err$= ERROR $
6295 PRINT "Error E=";Err$