mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Update compound-library.md
This commit is contained in:
@@ -26,7 +26,7 @@ This function returns a new string which is identical to the string `self`, exce
|
||||
|
||||
This function returns a string representation of `self`. This is intended for arrays and dictionaries, but can theoretically work on any printable value.
|
||||
|
||||
If the resulting string is longer than `TOY_MAX_STRING_SIZE` - 1, then it is truncated.
|
||||
If the resulting string is longer than `TOY_MAX_STRING_LENGTH` - 1, then it is truncated.
|
||||
|
||||
## _toUpper(self: string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user