Files
IronGOLEM/src/isdigit.🗿
2023-07-25 05:43:10 +02:00

2 lines
35 B
Plaintext

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