Pascgolf

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

Pascgolf is a golfing language based on PascalABC.NET. Language made by User:Ractangle

Syntax

  • [...] The run brackets
  • v: Variable declaration
  • . Prints the following statement
    • "..." String
    • v: Variable

Examples

Hello, world!

[."Hello, world!"]

Implementation

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