Update README.md
This commit is contained in:
parent
160696871f
commit
477e53ace0
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue