Difference between revisions 1015605814 and 1015606211 on enwiki

{{Infobox programming language
 | name=HQ9+
 | file_ext=.b, .bf
 | paradigm=[[esoteric programming language|esoteric]], [[Imperative programming|imperative]]
 | released= 2001
 | designer=Cliff L. Biffle
 | typing=typeless
 | influenced_by=
 |influenced= 
}}

'''HQ9+''' is an [[esoteric programming language]] created in 2001 by Cliff L. Biffle.

== Commands ==
The language consists of four commands, listed below. The commands are executed sequentially.
The four language commands each consist of a single character:

{| class="wikitable"
|-
! style="text-align:center;"|Character
!align="left"|Meaning
|-
|style="text-align:center"|<code>H</code>
||Print "[["Hello,_World!"_program|Hello, World]]".
|-
|style="text-align:center"|<code>Q</code>
||Print the program code.
|-
|style="text-align:center"|<code>9</code>
||Print [[99 bottles of beer]].
|-
|style="text-align:center"|<code>+</code>
||Increment the accumulator.
|}

== External resources ==
*[https://esolangs.org/wiki/HQ9%2B Esolang wiki]

[[Category:Esoteric programming languages]]
[[Category:Programming languages created in 2001]]