The code to allow implicit concatenation in printing ("HELLO"A$) broke the code to print expressions ("HELLO"+A$). Need to either rollback the implicit code, or fix it. Implicit is not used in a lot of BASICs, so it's not particularly important.