4D unary operator (read i++)

Can’t tell you how many times I wish I had the capability to ‘++’ something.

` valid 4D version of '++'
C_LONGINT($i) ` initializes $i=0
$i:=$i+1 ` why not $i+:=1 or $i++

Significant Revisions

  • May 6th, 2024 Converted to jekyll markdown format and copied to personal site
  • Jan 21st, 2011 Originally published on txcowboycoder wordpress site1

Footnotes

  1. Initial md Generated using https://github.com/jsr6720/wordpress-html-scraper-to-md

    Original Wordpress categories: [‘Wish List’]

    Original Wordpress tags: “Wish List”, “4D”, “increment”

    Original Wordpress comments: 3 Comments