Another Bug
when we make a object as a variable like Math is an object but if I write Math = 5 in Intelnise it show all property of Object math
when we make a object as a variable like Math is an object but if I write Math = 5 in Intelnise it show all property of Object math
Code:
Math = 5
GraphicsWindow = 9
TextWindow.WriteLine(Math)
ZS