• @[email protected]
      link
      fedilink
      61
      edit-2
      7 months ago

      // increase the dynamically allocated memory space of a word sized integer stored at the memory address represented by the symbol "x" by the integer 1 and terminate the instruction

    • autokludge
      link
      fedilink
      English
      20
      edit-2
      7 months ago

      …Years later
      x += config.increment; // Increases x by one

      """
      config.yaml
      increment: -2
      """
      
    • ZILtoid1991
      link
      fedilink
      167 months ago

      x++; // Move X position forward by one

      There, I made that kind of comment more useful!