mud/lib/doc/sefun/identify
2020-09-06 05:43:07 -07:00

29 lines
575 B
Plaintext

IDENTIFY(1) IDENTIFY(1)
NAME
identify() - returns a string version of any data type
SYNOPSIS
string identify(mixed a)
DESCRIPTION
Given any argument passed, this function will return a
string which represents that argument.
EXAMPLES
identify(this_player()) returns OBJ("descartes",
"/secure/save/users/d/descartes")
LOCATION
/secure/sefun/identify.c
SEE ALSO
sprintf()
Author
Descartes of Borg
1