typeOf
typeOf(x)
Try it yourself:
$1 |
typeOf(3.5)
|
|
$2 |
typeOf(2 - 4i)
|
|
$3 |
typeOf(45 deg)
|
|
$4 |
typeOf("hello world")
|