jan tolenaar / kiezellisp / index-of-everything

Name

find-type

Usage

builtin-function

Syntax

(find-type name)

Description

Returns the prototype or System.Type associated with the symbol name.

make-html > (find-type 'string)
it: #<type System.String>