Execute HQ9+: Difference between revisions

m
(Added Arturo implementation)
Line 857:
print("Go to the store and buy some more, 99 bottles of beer on the wall.")
},
"+": () => { accumulator += 1 }
)
 
for c in code {
opcodes[c.upper()]()
Anonymous user