jan tolenaar / kiezellisp / index-of-everything

Name

type?

Usage

builtin-function

Syntax

(type? target type)

Description

Returns true if target has type type.

make-html > (type? "abc" 'string)
it: true