All public logs

Jump to navigation Jump to search

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

Logs
  • 19:04, 4 March 2025 Paxton talk contribs created page Befunge (Created page with "A 2d programming language named after a spelling of "before". =Instructions= {| class="wikitable" !Cmd !Description |- |<code>+</code> |Addition: Pop two values a and b, then push the result of a+b |- |<code>-</code> |Subtraction: Pop two values a and b, then push the result of b-a |- |<code>*</code> |Multiplication: Pop two values a and b, then push the result of a*b |- |<code>/</code> |Integer division: Pop two values a and b, then push the result of b/a, rounded down...")