j
k
j a
j l
intp() etc work on values. In this way they work the same as _typeof(). So the result of intp(x) will be the same as that of intp(5.0), which is to say 0. To get the type of the variable, use typeof().
Back to the thread
Back to the list