1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
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://qb64.com
Go to file
SMcNeill 6e01fc8dce Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0).
Added new _STRCMP and _STRICMP commands for quick string comparisons.
Cleaned up QB64 to finish removing the QUI (quick user insert) code and folders.
Altered UCASE and LCASE routines to be faster in some situations for us.
2014-09-22 08:19:03 -04:00
internal Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
LICENSE Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
programs Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
source Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
cyberbit.ttf Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
qb64_start_osx.command Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
setup_lnx.sh Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
setup_osx.command Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00
setup_win.bat Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0). 2014-09-22 08:19:03 -04:00