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

USAGE

   MAKE type spec

DESCRIPTION

Constructs or allocates the specified datatype.

MAKE is an action value.

ARGUMENTS

  • type -- The datatype or an example value (any-type!)
  • spec -- Attributes or size of the new value (modified) (any-type!)

#SOURCE

make: make action! [  [
    "Constructs or allocates the specified datatype."
    type [any-type!] "The datatype or an example value"
    spec [any-type!] "Attributes or size of the new value (modified)"
] ]
Clone this wiki locally