mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 23:30:54 +11:00
3 lines
80 B
Plaintext
3 lines
80 B
Plaintext
|
: LOWER DUP 'A' 'Z' =><= IF 32 + THEN ;
|
||
|
: UPPER DUP 'a' 'z' =><= IF 32 - THEN ;
|