InputUsername/esolangs

qq interpreter: fix command 9

Opened this issue · 1 comments

Command 9 probably doesn't work. It should return an integer that when evaluated (as a command), returns the first argument that was passed to the '9' command, using the rest of the arguments of the '9' command AND the arguments of the newly generated integer, as the arguments for 9's first argument. Wow.

The problem is the generated command; it doesn't yet act as if it were an integer, when it is not used as a command.

working on this, see 825bc22