Wikifunctions:Type

From Wikifunctions
(Redirected from Wikifunctions:Types)

Every Object in Wikifunctions belongs to a Type. Types decide how Objects of that Type are structured, and what they mean. Types are also used to specify the Arguments of a Function, and what a Function returns.

Currently, there are four Types that are available for specifying the Arguments and the return Type of a Function:

  • String
  • Boolean
  • List
  • Natural number

New Types can be proposed on Wikifunctions:Type proposals.