4 lines
68 B
Forth
4 lines
68 B
Forth
|
|
let s = "alphaBETA"
|
||
|
|
let upper = s.ToUpper()
|
||
|
|
let lower = s.ToLower()
|