All public logs

Jump to navigation Jump to search

Combined display of all available logs of SigMod. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:03, 26 October 2023 Mince talk contribs created page Squirrel Comments (Created page with "A comment is a human readable note which was inserted by a programmer to denote the what, how, or why behind code. Comments are ignored by the compiler and only serve to make the code easier to understand or use for programmers. Comments come in two flavors: single line and multi line comments. Single line comments go until they hit a new line character (\n). Multi line comments have a start and end token, anything between them is commented out. To insert a single line...")