User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what
Jump to navigation
Jump to search
Welcome to the craziest esolang.
You are invited to make this better more chaotic! (As of 2/11/25, I strongly believe that user edited esolangs are chaos.
Commands
| Command | Meaning | Creator |
|---|---|---|
| OUT x | Outputs x | User:Esolangist |
| LET x y | Assign y to x. | User:PrySigneToFry |
| NORZ A B C | NOR values that A and B are pointing to, store the result in A, if A is 0, jump to C, else, proceed to the next instruction. | User:Dragoneater67 |
| JMP x | Jump to x-th line. | User:PrySigneToFry |
| JZ x y | Goes to position Y if X==0. | User:Mrtli08 |
| JNZ x y | Goes to position Y if X!==0. | User:Mrtli08 |
| that too simple | Output all established variable names | User:yoyolin0409 |
| DO ... END | A code block. | User:PrySigneToFry |
Examples
As with the commands, you can make these yourself aswell.
Hello, world 1
User:Esolangist was here
here we go again
OUT Hello, world!