IronGOLEM/src/isdigit.🗿

2 lines
39 B
Plaintext
Raw Normal View History

isdigit(c) return c >= '0' & c <= '9';