HQ+

From Esolang
Jump to navigation Jump to search

HQ+ is a version of HQ9+ without the "9" command, because the creator of this language User:Brain Boy 53 thinks that 99 bottles of beer is annoying.

Commands

H or h prints Hello, World! Q or q prints the program's source code. + increments the accumulator. All other characters are ignored.

Example Programs

Hello, World!

h

Quine

q

"Really cool and fun program!!!11!!!11!"

hQhQ++qHhHq+QqQhHqQ+

External Resources

HQ+ interpreter in python