I was just reading a bit about the HQ9+ programming language:
and it tells me something about a so-called “accumulator” which can be incremented, but not accessed. Also, using +
doesn't manipulate the result, so that the input
H+H
gives the result:
Hello World
Hello World
Can anyone explain me how this works, what it does, and whether it makes any sense? Thanks.
Having written an implementation, I think I can say without a doubt that it makes no sense at all. I advise you to not worry about it; it's a very silly language after all.