Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
13
Task/String-case/K/string-case-2.k
Normal file
13
Task/String-case/K/string-case-2.k
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
s:"alphaBETA"
|
||||
upper: {`c$x+-32*(x>"`")*x<"{"}
|
||||
lower: {`c$x+32*(x>"@")*x<"["}
|
||||
lower:_: / built in
|
||||
|
||||
upper "This is a test."
|
||||
"THIS IS A TEST."
|
||||
lower "This is a test."
|
||||
"this is a test."
|
||||
lower s
|
||||
"alphabeta"
|
||||
upper s
|
||||
"ALPHABETA"
|
||||
Loading…
Add table
Add a link
Reference in a new issue