Execute HQ9+: Difference between revisions

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