mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:20:55 +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 ;
|