MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
2 | int stringp(mixed arg) | ||||
3 | |||||
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 4 | DESCRIPTION |
5 | Return 1 if arg is a string. | ||||
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 6 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 7 | SEE ALSO |
8 | bytesp(E), clonep(E), closurep(E), coroutinep(E), floatp(E), intp(E), | ||||
9 | lpctypep(E), lwobjectp(E), mappingp(E), objectp(E), pointerp(E), | ||||
10 | referencep(E), structp(E), symbolp(E) |