RosettaCodeData/Task/String-case/MAXScript/string-case.max

4 lines
58 B
Plaintext

str = "alphaBETA"
print (toUpper str)
print (toLower str)