#81151 - 2002-08-22 08:08 PM
Any chance of '$x += 4' etc
|
Anonymous
Anonymous
Unregistered
|
How about '+=', '-=', '*=' and '/=' expression formats (ie $x = $x + 4 could be written $x += 4) It would reduce our Golf scores
BTW any chance of Exclusive OR ?
|
|
Top
|
|
|
|
#81154 - 2002-08-24 03:49 PM
Re: Any chance of '$x += 4' etc
|
Anonymous
Anonymous
Unregistered
|
Fernando I give a big thumbs up for your left side string functions.  Please add this as a seperate topic to highlight it
|
|
Top
|
|
|
|
#81157 - 2002-11-30 05:30 PM
Re: Any chance of '$x += 4' etc
|
MCA
KiX Supporter
   
Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
|
Dear,
We doesn't vote for such suggestions. Reason: it makes code hard to read and possible hard to read. Our source for that is the computer language algol68. This language contains hardly anything you want from a language.
- creates your our keywords.
- reduces your code to hardly nothing. each keyword can be replaced by a symbol.
f.e. -:==1, %==2, :x==3, (A=B|1|0) - can use dynamic arrays within an EXE.
- change operator's functionallity. f.e. "*" operator can be interpretated as "+" operator.
- replace operator's. f.e. "<=" can be also "le"
f.e. pascal and C are subset of this language. greetings. [ 30. November 2002, 17:31: Message edited by: MCA ]
|
|
Top
|
|
|
|
Moderator: Lonkero, ShaneEP, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
|
0 registered
and 484 anonymous users online.
|
|
|