Renamed the about library to toy_version_info library, resovled #81

This commit is contained in:
2023-07-31 11:15:10 +10:00
parent 0cef0abdb5
commit 7f692b4cb4
8 changed files with 20 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ const unsigned char* Toy_compileString(const char* source, size_t* size);
This function takes a bytecode array of `size` size, and executes it. The libraries available to the code are currently:
* lib_about
* lib_toy_version_info
* lib_standard
* lib_random
* lib_runner