Feeds:
Posts
Comments

Posts Tagged ‘increment’

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++

Read Full Post »

Design a site like this with WordPress.com
Get started