blob: 66ee03afd147a793fe9c71f752029e75888c94bd [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int symbolp(mixed arg)
3
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Returns true, if arg is a symbol.
MG Mud User88f12472016-06-24 23:31:02 +02006
Zesstra715ec202025-07-09 22:18:31 +02007EXAMPLES
8 symbolp('foo) returns 1.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra715ec202025-07-09 22:18:31 +020010HISTORY
11 Introduced in 3.2@70
MG Mud User88f12472016-06-24 23:31:02 +020012
Zesstra715ec202025-07-09 22:18:31 +020013SEE ALSO
14 quote(E), bytesp(E), clonep(E), closurep(E), coroutinep(E),
15 floatp(E), intp(E), lpctypep(E), lwobjectp(E), mappingp(E),
16 objectp(E), pointerp(E), referencep(E), stringp(E), structp(E)