2 lines
90 B
Text
2 lines
90 B
Text
upper=: {&((65+i.26) +&32@[} i.256)&.(a.&i.)
|
|
lower=: {&((97+i.26) -&32@[} i.256)&.(a.&i.)
|