Tapestry
Source Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Rtti

Slots used to produce and consume values.

Definitions:

Slots:

  • Address: Identifies an object field, local variable, or pattern parameter.
  • Assignment: Provides access to values in a generic way when the type of a value isn't known in advance.
  • Bool Eval: Commands which return true/false values.
  • Execute: Commands which don't return a value.
  • Num List Eval: Commands which return a list of numbers.
  • Num Eval: Commands which return a number.
  • Text Eval: Commands which return text.
  • Text List Eval: Commands which return a list of text.
  • Record Eval: Commands which return a record.
  • Record List Eval: Commands which return a list of records.