Killme

From Esolang
Jump to navigation Jump to search

Killme is a stupid language

Commands

 i if
 t then
 ei end if
 l loop
 el end loop
 = equal
 < less than 
 > more than 
 P print
 “value” add value to stack


Encrytion

 R|0|1|2|3|4|5|6|7|8|9|A|B|C|D|F|E|G
 0|A|7|4|G|5|0|2|3|D|F|9|B|6|1|C|8|E
 1|C|8|E|A|7|4|G|5|0|2|3|D|F|9|B|6|1

Under R:

Line mod 2


Next to R:

Charcter’s ASCII base 17


Encryting

i->105->63->2G->50->2

i-ascii

ascii-base17

base 17-encrypted base 17

encrypted base 17-decimal

decimal-2


i-2