You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RobertTheGrey edited this page Jan 12, 2013
·
1 revision
<default />
Declares local variables if a symbol of a given name is not known to be in scope.
<defaultx="a" y="b"/>
Results in C#:
varx= a;vary= b;
If a symbol x or y is known to exist in scope as a local variable, or already declared in viewdata or global property, the line declaring the variable will not be generated.