tldm-universe/CMS/BP.CLOCK/SCOTT2
2024-09-10 15:25:06 -04:00

8 lines
79 B
Plaintext
Executable File

INPUT ANS
IF NUM(ANS) THEN
CRT 'NUMBER'
END ELSE
CRT 'NOT NUMBER'
END
STOP