1int id(str)
2string str;
3
4This function is used to identify an object. If it identifies with the
5string "str", then return 1, else 0.
6
7See also lfun/long(), lfun/can_put_and_get().
8