Update README.md

This commit is contained in:
visionmercer 2022-05-09 12:40:42 +02:00 committed by GitHub
commit 477e53ace0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,15 @@
# qb64-include # qb64-include
A collection of functions and sub routines. A collection of functions and sub routines.
## [atob.bm](https://github.com/visionmercer/qb64-include/blob/main/atob.bm)
ASCII to Base64 encoding
## [Bool.bi](https://github.com/visionmercer/qb64-include/blob/main/bool.bi) ## [Bool.bi](https://github.com/visionmercer/qb64-include/blob/main/bool.bi)
A header file containing the constants "False" and "True" A header file containing the constants "False" and "True"
## [btoa.bm](https://github.com/visionmercer/qb64-include/blob/main/btoa.bm)
Base64 to ASCII decoding
## [ConsoleColor.bm](https://github.com/visionmercer/qb64-include/blob/main/consolecolor.bm) ## [ConsoleColor.bm](https://github.com/visionmercer/qb64-include/blob/main/consolecolor.bm)
Change color of terminal text with escape sequences. Change color of terminal text with escape sequences.
If terminal emulator supports it, true color is possible. If terminal emulator supports it, true color is possible.