Compass

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

Compass is a language based on Pascal that was desined by User:Ractangle

Language syntax

The begin command defines a function like how the procedure command in Pascal. However there are no arguments to it

The text command basically prints a string. Just a string, nothing else

Variables are declared like this:

name:value;

Examples

Hello, world!

text(Hello, world!)

Empty Program

­

Implementation

https://github.com/Thevitebsk/Compass/blob/main/main.py