Definitions

Class

An object definition.

Function

A set of code that can be called using a plain text statement.

For example:

push 8 to array

The function is the code which will be executed to perform the above call.

Module

A single zed source file with a .zed extension.

Object

Instance of a class.

Property

Variable