DEFINEDP

Synopsis
DEFINEDP name
DEFINED? name
Description

Outputs TRUE if the input is the name of a user-defined procedure or a library procedure.

name must be a word.

Example
SHOW DEFINEDP "forward
false
DEFINE "ABC [[a b] [PRINT :a] [PRINT :b]]
SHOW DEFINEDP "ABC
true

SourceForge.net Logo