Ad
  • Default User Avatar

    You're adding a space in front of your output (which is not expected).
    (Replace " " with "_" in output = output + " " + instructions[i], then look at the result)
    By the way solution may be much-much simpler than yours.