.:iI1l!¡
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.
.:iI1l|!¡ is an esolang created by User:Username1234 in 2022. It is based on brainfuck.
Overview
Command | Brainfuck equivalent | Function |
---|---|---|
. | > | Move the pointer to the right |
: | < | Move the pointer to the left |
i | + | Increment the memory cell at the pointer |
I | - | Decrement the memory cell at the pointer |
l | [ | Jump past the matching ] if the cell at the pointer is 0
|
1 | ] | Jump back to the matching [ if the cell at the pointer is nonzero
|
. | Output the character signified by the cell at the pointer | |
! | , | Input a character and store it in the cell at the pointer |
¡ | Annotation behind ¡
|
Example
Hello, World!
ilII.Il..i.IIIII::1:II:III1.I|...i|..||iiil|.1::::|iii|IIIIII|::I|....i|
Move Value
..lI1::lI..i::1
Cat
!l|!1