compounds - Compounds statements.
compounds statements +=, -=, =, /=, %=, *=, |=, &=, <⇐, >>=
All compounds statements are use to simplify the writing of an assignment. Its faster to use compound statement because the second expression did not to be evaluated.
Note: In the followings examples, the _ between the { should be removed to make it work.
{_{ a=5; a+=6; a[10][2].z=5; a[10][2].z+=6; }_}
Written by Pierre Laplante, <laplante@sednove.com>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
1.0 2014-09-09 21:24:14 laplante@sednove.com