Bug 4.31 variables ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Mistrel wrote:Combined with EnableExplicit I don't think case sensitivity would be a problem.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Actually you have to pick one choice: either case sensitive, either not. Providing both in the same programming language is not an option.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Fred wrote:Actually you have to pick one choice: either case sensitive, either not. Providing both in the same programming language is not an option.
Case sensitive is just a restrictive source format, don't see the point why can not be a coder option...
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply