4 lines
72 B
Lua
4 lines
72 B
Lua
|
|
str = "alphaBETA"
|
||
|
|
print( string.upper(str) )
|
||
|
|
print( string.lower(str) )
|