F
fctk
hello
is it possible to determine the type of an expression? something like
operator sizeof but for types...
for example:
typeof(5.0) --> returns "double"
typeof(5+7) --> returns "int"
etc.
is it possible to determine the type of an expression? something like
operator sizeof but for types...
for example:
typeof(5.0) --> returns "double"
typeof(5+7) --> returns "int"
etc.