-
-
Notifications
You must be signed in to change notification settings - Fork 57
Runtime Library
The ET runtime library is not dependent on another runtime libraries.(such as C,..)
Argument(s) :
- input(char)
Return : char
Goal : can convert your character into uppercase letter.
Argument(s) :
- input(char)
Return : char
Goal : can convert your character into lowercase letter.
Argument(s) :
- first-input(char)
- second-input(char)
Return : bool
Goal : Examines the two-character equality.
Argument(s) :
- first-input(char)
- second-input(char)
Return : int8
Goal : Compare the two-character.
Argument(s) :
- input(char)
- time(uint64)
Return : char
Goal : Repeat a character.
Argument(s) :
- input(string)
Return : string
Goal : can convert your string into uppercase letters.
Argument(s) :
- input(string)
Return : string
Goal : can convert your string into lowercase letters.
Argument(s) :
- input(string)
- search(char)
Return : bool
Goal : Search a char in string.
Argument(s) :
- input(string)
- search(string)
Return : bool
Goal : Search a string in string.
Argument(s) :
- input(string)
- time(uint64)
Return : string
Goal : Repeat a string.
Argument(s) :
- first-input(string)
- second-input(string)
Return : bool
Goal : Examines the two-string equality.
Argument(s) :
- first-input(string)
- second-input(string)
Return : bool
Goal : Compare the two-string.
Copyright © 2012 - 2023 «One development team» , All rights reserved.