1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00
QB64-PE/internal/support
SteveMcNeill aed82b4979 $Color fix with $NoPrefix
There's no need for all colors to end up with a new prefix for use between $COLOR and $NOPREFIX.
The only conflicts we have are with _Red, _Green, _Blue, so this fix appends a NP_ to the front of the those three color names so they won't conflict with the command names.  (NP_ for NoPrefix_)
2022-04-28 17:20:45 -04:00
..
color $Color fix with $NoPrefix 2022-04-28 17:20:45 -04:00
converter Begins folder reorganization (internal/support). 2021-07-22 18:39:20 -03:00
vwatch Update vwatch.bm so qb64.bas can be debugged 2022-02-22 23:39:00 -03:00