Is there any way to check/test the type of a variable?
I want to use it like this:
if x = int then fooelse if x = real then barelse if x = string then ... else .....
No comments:
Post a Comment