External links modified edit

Hello fellow Wikipedians,

I have just modified one external link on Append. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 14:34, 16 October 2016 (UTC)Reply

Append vs. prepend vs. concatenate edit

I'd like to see a little discussion distinguishing the concepts of append, prepend, and concatenate. Specifically, I venture that concatenation is more symmetric in that it emphasizes neither the first nor the second argument in binary operations. In contrast, append means to take a second something and put it after a first something. Furthermore, prepend means to take a second something and put it before a first something.

concatenate(x, y) = x.append(y) = y.prepend(x)

Assuming that this is something that textbooks distinguish, what should we say in this article? —Quantling (talk | contribs) 22:01, 8 December 2023 (UTC)Reply