Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationZPE/YASS documentation

Official ZPE/YASS documentationZPE/YASS documentation

The pages associated to this page cover the syntax of ZPE/YASS as well as some underlying development strategies and some of the key concepts. If you are using the ZPE Programming Environment or YASS you should find this set of pages very useful.

The current version of the ZPE Programming Environment is 1.12.3 (released March 2024, known as Celtic Caterpillar).

This documentation is specific to my ZPE/YASS implementation.

Getting started

When you have downloaded the ZPE Programming Environment executable you will need to know how to use it.

ZPE Programming Environment runtime features

The following is a list of all the main features of the YASS language:

Expressions

The following is a list of all the syntax for all of the language expressions available in YASS:

Language constructs

The following is a list of all the syntax for all of the language constructs for YASS:

Data types

Built-in object syntax documents

The following documentation covers objects built-in to the language itself and how they work as well as their exposed functions.

Predefined functions

The following is a concise list of all built-in functions and links to pages dedicated to them. There is more information on predefined functions above.

The list is always in sync with the latest version of ZPE because it comes from ZPE itself (since version 1.8.2). You can generate this list using the json_encode(list_zpe_functions()) within the engine itself as I do.

Core

System

I/O

Web

Networking

Mathematical

Encryption and decryption

String

File

List

Set

Maps

Data

There are currently a total of 229 predefined functions in ZPE/YASS.

Old functions that have since been removed but still have documentation are available here.

Other documentation

Feedback 👍
Comments are sent via email to me.