CHIQRSX9 Plus
From Esolang
CHIQRSX9+ is a supposedly Turing-complete extension to HQ9+ designed by Ørjan Johansen in April 2002. It implements the following commands:
| Command | Description |
|---|---|
| C | Copies input to output. |
| H | Prints "Hello, world!" |
| I | Interprets input as program source. |
| Q | Prints the program source code. |
| R | Encrypts input with ROT-13. |
| S | Sorts input lines. |
| X | Makes the programming language Turing-complete. How this is supposed to be achieved is not clearly specified. (The Perl implementation generates a random number, adds it to each character in the program, and interprets the resulting program code as Perl code.) |
| 9 | Prints the lyrics to "99 Bottles of Beer on the Wall." |
| + | Increments the accumulator. |

