--- In [email protected], Yoyo <y...@...> wrote:

> Well, but how to determine if particular variable was defined as
> vector? 
>
> I mean, I try to write a function which will imitate PHP's printr_r()
> on vectors and maps, so I need to know if given parameter is map or
> vector (or something else)
>


vec.exists(var) will return 1 if var is a vector
map.exists(var) will return 1 if var is a map



Reply via email to