DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
862 stars 47 forks source link

Added 2 new atoms! #31

Closed GolfingSuccess closed 7 years ago

GolfingSuccess commented 7 years ago

This PR has been temporarily closed due to bugs in it :frowning_face:

Yep you read it right, you can now check if a character is uppercase or lowercase.

"How are they checked?", you might ask. Well, first goes the normal check. Then, there is another check, where, if a character's uppercase and lowercase are equal, then it's not considered a letter, so it can't be uppercase or lowercase. In this case, both atoms will return 0.