mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Renamed the about library
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# About Library
|
# Toy Version Info Library
|
||||||
|
|
||||||
The about library simply provides version info about the current build of Toy.
|
The toy_version_info library simply provides version info about the current build of Toy.
|
||||||
|
|
||||||
The about library can usually be accessed with the `import` keyword:
|
The toy_version_info library can usually be accessed with the `import` keyword:
|
||||||
|
|
||||||
```
|
```
|
||||||
import about;
|
import toy_version_info;
|
||||||
import about as about; //can be aliased
|
import toy_version_info as toy_version_info; //can be aliased
|
||||||
```
|
```
|
||||||
|
|
||||||
## Defined Variables
|
## Defined Variables
|
||||||
2
index.md
2
index.md
@@ -45,7 +45,7 @@ print tally(); //3
|
|||||||
|
|
||||||
* [Quick Start Guide](getting-started/quick-start-guide)
|
* [Quick Start Guide](getting-started/quick-start-guide)
|
||||||
* [Types](getting-started/types)
|
* [Types](getting-started/types)
|
||||||
* [About Library](getting-started/about-library)
|
* [Toy Version Info Library](getting-started/toy-version-info-library)
|
||||||
* [Standard Library](getting-started/standard-library)
|
* [Standard Library](getting-started/standard-library)
|
||||||
* [Random Library](getting-started/random-library)
|
* [Random Library](getting-started/random-library)
|
||||||
* [Runner Library](getting-started/runner-library)
|
* [Runner Library](getting-started/runner-library)
|
||||||
|
|||||||
Reference in New Issue
Block a user