Possible metacommand for QBASIC usersby (no login)I've been considering adding a new metacommand to QB64 which would allow a line of code to be treated as a line of code in QB64 but ignored in QBASIC/QB4.5/etc Consider the following program. In QBASIC it would simply print hello, but in QB64 it would say hello too. 'qb64:_sndplayfile "hello.mp3" print "hello" Now consider a drawing program (such as TheBoB's Animax). It might be able to load .BMP files in QBASIC, but with a few 'qb64' metacommands if it was run in QB64 it'd load jpg, png, gif, etc as well. Your thoughts on this are most welcome, Galleon |