Skip to main content
Built-in symbols of Indie language.

Variables

Constants


Functions

abs()

function

Overloads


enumerate()

function

Overloads


len()

function

Overloads


max()

function

Overloads


min()

function

Overloads


round()

function

Overloads


sum()

function

Overloads


Types

bool

type Built-in Indie type (similar to Python’s).

Methods


dict[K, V]

type Generic unordered data type that stores values by keys.

Methods

Example
Supported key types are str, int, bool, and finite float. Values may be nested lists, dictionaries, and pairs.

float

type Built-in Indie type (similar to Python’s).

Methods


int

type Built-in Indie type (similar to Python’s).

Methods


list[T]

type Built-in Indie type (similar to Python’s).

Methods

Example

NoneType

type Builtin Indie type (similar to Python’s NoneType type).

range

type Represents a range of numbers that is used in for loops. It is a built-in Indie class (similar to Python’s).

Methods

Example

str

type Built-in Indie type (similar to Python’s).

Methods

Example

tuple[...]

type Built-in Indie type (similar to Python’s).