Went on an #Aprilcot side quest today to calculate digits of pi (from https://oldbytes.space/@electron_greg/116409619073557779). I found some disk images with MSBASIC.COM and GWBASIC.EXE and tried it out. I'm guessing this is still very much operating as an 8-bit program, as the result was a leisurely 26 seconds.
I saved the MSBASIC program and GWBASIC did load it... but all the tokens were shifted around, so it required some editing. And GWBASIC was slower - 30 seconds. I'm guessing due to running in a pseudo-graphics mode. To run GWBASIC you must first load GRAPHICS.EXE, which loads some drawing routines. So despite looking nearly identical, the second screenshot here is actually in graphics mode and I think it's drawing those characters as graphics. Because you can do things like draw circles and lines on top of it.










