Compass

From Esolang
(Redirected from Pascgolf)
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 func command defines a function like how the procedure command in Pascal. However there are no arguments to it

The print command basically prints a string/variable. Nothing else

Variables are declared like this:

name:value;

Examples

Hello, world!

hw:Hello, world!;
print(hw)

Empty Program

­

Implementation

a really buggy implementation