Skip to main content

Primitive data

Here you will learn the basic, or "primitive", data types that you can use with East. All data in East is either one of these primitive types, or else are composed of these (for example, you may have multiple strings inside an array). Follow through the sections below to discover how to use or manipulate the fundamental data types of East. You will conclude with a segment on how equality and ordering works within East.

  • Boolean logic
  • Integers and floats
  • Strings
  • Datetime
  • Null
  • Equality and ordering