LJAPL

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

LJAPL (or Literally Just A Programing Language) is a APL like language. Made by User:Ractangle

Commands

Command Action
0-g Push a number in base 17
+, -, *, /, %, Does an operation
& Concatinates two elements
C Outputs the first element in the stack as a charecter
N Outputs the first element in the stack as a number
| ends the program
= Duplicate the first element on the stack
; Moves the first element on the stack to the top
_ Gets user input
^, v Adds or reomoves the value in the box
r removes the part of the first element determind by element 2

Implementation

LJAPL folder in Thewierd Repo