Thursday, May 24, 2012
Restrictions for Implicit Typing
The following var statements result in compiler errors:
var i;
var j, k = 0;
var n = null;
var number = "2";
int x = number + 1;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment