mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added _toString()
This commit is contained in:
@@ -22,6 +22,10 @@ This returns an array of all values with non-null keys stored within the diction
|
|||||||
|
|
||||||
This function returns a new string which is identical to the string `self`, except any uppercase letters are replaced with the corresponding lowercase letters.
|
This function returns a new string which is identical to the string `self`, except any uppercase letters are replaced with the corresponding lowercase letters.
|
||||||
|
|
||||||
|
## _toString(self)
|
||||||
|
|
||||||
|
This function returns a string representation of `self`. This is intended for arrays and dictionaries, but can theoretically work on any printable value.
|
||||||
|
|
||||||
## _toUpper(self: string)
|
## _toUpper(self: string)
|
||||||
|
|
||||||
This function returns a new string which is identical to the string `self`, except any lowercase letters are replaced with the corresponding uppercase letters.
|
This function returns a new string which is identical to the string `self`, except any lowercase letters are replaced with the corresponding uppercase letters.
|
||||||
|
|||||||
Reference in New Issue
Block a user