Execute HQ9+: Difference between revisions

m
(Added Easylang)
Line 1,078:
print "Hello, world!"
elif c$ = "9"
for b = 99 downto 1
while b > 0
print b & " bottles of beer on the wall"
print b & " bottles of beer"
Line 1,085 ⟶ 1,084:
print b & " bottles of beer on the wall"
print ""
b -= 1
.
elif c$ = "+"
1,995

edits