mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Tweaked the layout
This commit is contained in:
@@ -6,26 +6,27 @@ The about library can usually be accessed with the `import` keyword:
|
||||
|
||||
```
|
||||
import about;
|
||||
import about as about; //can easily be aliased
|
||||
import about as about; //can be aliased
|
||||
```
|
||||
|
||||
## major
|
||||
## Defined Variables
|
||||
|
||||
### major
|
||||
|
||||
This variable is the major version number of Toy at the time of compilation.
|
||||
|
||||
## minor
|
||||
### minor
|
||||
|
||||
This variable is the minor version number of Toy at the time of compilation.
|
||||
|
||||
## patch
|
||||
### patch
|
||||
|
||||
This variable is the patch version number of Toy at the time of compilation.
|
||||
|
||||
## build
|
||||
### build
|
||||
|
||||
This variable is a string representing the date and time that the interpreter was compiled.
|
||||
|
||||
## author
|
||||
### author
|
||||
|
||||
This variable contains the name of Toy's lead author, and his game studio.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user