How to identify whether the input is an integer or something else on easy68k?

66 Views Asked by At

I am just trying to check if the input that the user enters is an integer or something else. I know that I probably need to take the input as a string and then check every part of the string. But I am still lost with how to implement it.

0

There are 0 best solutions below