mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:20:58 +11:00
2d9a07d215
This was becoming heavy to manage.
3 lines
80 B
Plaintext
3 lines
80 B
Plaintext
: LOWER DUP 'A' 'Z' =><= IF 32 + THEN ;
|
|
: UPPER DUP 'a' 'z' =><= IF 32 - THEN ;
|