suggestion for C#.Next: The "aint" operator
The 'aint' operator acts for both comparison and assignment! example: if (this aint jazz) { this.Music aint true; }
if (this aint fun) { this.dispose(); }
'David Stone' on Thu, 15 Sep 2005 20:04:29 GMT, sez: Oh I like it. :)
If I bump into Anders again, I'll be sure to let him know to check this out. ;)
'Matt' on Wed, 19 Oct 2005 06:57:31 GMT, sez: How about 'right' and 'wrong' operators too!
and perhaps a 'maybe' and a 'possibly'
if (this aint jazz) {
this.Music aint right;
}
else {
this.music is probably wrong;
}
'Matt' on Wed, 19 Oct 2005 06:59:25 GMT, sez: Spot the dliberate mistake
'possibly' = 'probably'
Opps!
Matt
|