🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Tangent: Const-cleanup.

Published October 14, 2008
Advertisement
I fixed up a lot of the brokenness caused by the const addition. The pi and maze testapps work again.

More importantly, these sort of things will now provide you with an error (and not cause ambiguity errors when paired with a valid option like properties often cause):

4 = 2;int = string;* = /;main = ()=>void { return("moo."); };


Also, assigning to method parameters or the 'this' reference is now invalid.
Previous Entry Tangent: Constness
Next Entry Tangent: v0.25!
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement