Menu

#270 Check if variable is a pointer.

open
nobody
None
2013-04-13
2013-04-13
chapilinsky
No

Check if variable is a pointer.

for example:

#if isPtr(foo)
   return new integer
#else
    return integer
#endif

Discussion


Log in to post a comment.