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

USAGE

   REFLECT value field

DESCRIPTION

Returns specific details about a datatype.

REFLECT is an action value.

ARGUMENTS

  • value (any-type!)
  • field -- Such as: spec, body, words, values, title (word!)

#SOURCE

reflect: make action! [  [
    "Returns specific details about a datatype."
    value [any-type!]
    field [word!] "Such as: spec, body, words, values, title"
] ]

Clone this wiki locally