4D unary operator (read i++)
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++
Author’s Note
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
Significant revisions
tags: 2011, wordpress, txcowboycoder, wish-list, 4D
- May 6th, 2024 Converted to jekyll markdown format and copied to personal site
- Jan 21st, 2011 Originally published on txcowboycoder wordpress site