1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 10:30:19 +10:00
collapseos/blk/158

3 lines
80 B
Plaintext
Raw Normal View History

2020-06-05 00:39:59 +10:00
: LOWER DUP 'A' 'Z' =><= IF 32 + THEN ;
: UPPER DUP 'a' 'z' =><= IF 32 - THEN ;