Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/String-case/Joy/string-case.joy
Normal file
8
Task/String-case/Joy/string-case.joy
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DEFINE
|
||||
islower == ord 109.5 - abs 13 <;
|
||||
isupper == ord 77.5 - abs 13 <;
|
||||
tolower == [[isupper] [32 +] [] ifte] map;
|
||||
toupper == [[islower] [32 -] [] ifte] map.
|
||||
|
||||
"alphaBETA" tolower.
|
||||
"alphaBETA" toupper.
|
||||
Loading…
Add table
Add a link
Reference in a new issue