JAGL

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

JAGL is a golfing esolang created by User:Ractangle

Syntax

@ Pushes the rest of the line to the stack

# Prints and pops the top value on the stack

ƒ Does the same thing as # but without a newline

| will stop the pushing and variable declaration stage

~ Changes end behaviour. After the program gets to the end of the code, the program will go to the beginning of the line it's currently in (or go to the beginning of your program if your code is one line)

Examples

Hello, world!

@Hello, World!|#

Infinite loop

~

Interpreter

JAGL python interpreter in User:Ractangle's website repo