1. Getting Started
  2. 1. Setup
  3. 2. CLI
  4. 3. Syntax
    1. 3.1. Operators
  5. 4. Built In
    1. 4.1. Global Constants
    2. 4.2. Built-In Functions
    3. 4.3. Built-In Modules
    4. 4.4. Primitives
      1. 4.4.1. Type
      2. 4.4.2. Number
      3. 4.4.3. String
      4. 4.4.4. Array
      5. 4.4.5. Error
      6. 4.4.6. Function
  6. 5. Examples
    1. 5.1. FizzBuzz
    2. 5.2. Fibonacci

EntropyScript Docs

Global Constants

true

false

nil

Type

String

Number

Func

Array

Any

Bool

Object

Error

Undefined