Deletion log

From Esolang
Jump to navigation Jump to search

Deletion log is a esolang by Mihai Popa, after Ais523 deletes pages.

Command list

Command list
Command What does it do
Deletion log Starts the program
Deleted Ends the program
# Switches the mode from 1D to 2D
+ Adds 1 to the stack
- Subtracts 1 from the stack
^[value] Adds the value specified to the stack
~[value] Subtracts the value specified from the stack
. Print the value from the stack as a ASCII character
! Clears the stack
] Moves the IP to right
[ Moves the IP to left
* Moves the IP to up
$ Moves the IP to down
& Single-line comment
| (or new-line) Command seperator

Examples

Hello, world!

Deletion log
^72 | . | !
^101 | . | !
^108 | . | !
^108 | . | !
^111 | . | !
^44 | . | !
^32 | . | !
^119 | . | !
^111 | . | !
^114 | . | !
^108 | . | !
^100 | . | !
^33 | . | !
Deleted