1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64 Phoenix Edition. QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS. https://qb64phoenix.com
Go to file
SMcNeill 0cb5719ad7 Added color display support for (yellow) quotes and (lt blue) remarks.
Added support so CONST will now work with _RGB, _RGBA colors,   (Use would be CONST variable = _RGB(red, green, blue, screenmode) or CONST variable = _RGBA(red,green, blue, alpha, screenmode) --- Note the need for the extra parameter so that we can get different values for various screen modes, as the CONSY precompiler is going to have no clue what mode would be desired any other way.
as well as the _MATH command so we can get values from COS, SIN, TAN, and other such things if wanted.
2013-10-11 19:28:27 -04:00
internal Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
LICENSE Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
programs Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
cyberbit.ttf Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
qb64.bas Added color display support for (yellow) quotes and (lt blue) remarks. 2013-10-11 19:28:27 -04:00
qb64_start_osx.command Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
setup_lnx.sh setup_lnx.sh: Fixed issue with internal being deleted on second run. 2013-05-10 00:07:01 -04:00
setup_osx.command Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00
setup_win.bat Updated image decoding files (some were missing) 2013-05-10 13:17:41 +10:00