Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   TYPES-OF value

DESCRIPTION

Returns a copy of the types of a function

TYPES-OF is a function value.

ARGUMENTS

  • value

#SOURCE

types-of: make function! [  ["Returns a copy of the types of a function" value][reflect :value 'types] ]
Clone this wiki locally