std-symbolp


Synopsis

(std-symbolp <expr>)

Description

missing

Example

(std-symbolp 'a)  => T

Arguments

expr: any valid lisp expression

Return Value

T or nil

Side Effects

None

Module

(std-require 'STDLISP)

Defined twice, in STDINIT and STDLISP.