Any var

From Wiki

Jump to: navigation, search

Any var (or any_var) - used only in Function declarations and means that given function takes any type of variable, be it int, bool or string.

For example var_type function takes "any type of variable" hence its definition is:

string var_type(any_var var);

Personal tools
konradp.com