5 lines
81 B
Text
5 lines
81 B
Text
put toUpper("alphaBETA")
|
|
-- "ALPHABETA"
|
|
|
|
put toLower("alphaBETA")
|
|
-- "alphabeta"
|