stringp


Synopsis

(stringp <x>)

Description

STRINGP tests if the argument is a string.

Arguments

x: any valid lisp expression

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDSTR)

Defined in STDSTR