3 lines
67 B
Text
3 lines
67 B
Text
(let Str "alphaBETA"
|
|
(prinl (uppc Str))
|
|
(prinl (lowc Str)) )
|
(let Str "alphaBETA"
|
|
(prinl (uppc Str))
|
|
(prinl (lowc Str)) )
|