Is there any way to check/test the type of a variable?
I want to use it like this:
if x = int then foo else if x = real then bar else if x = string then ... else .....
sml
sml ×1