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
At present we have a syntax for declaring arrays with a length and initial value to be used for elements, but this is not actually handled in the language, compiler or VMs.
Example syntax:
var arry2 = new [Int] {len=10, value=0}
The text was updated successfully, but these errors were encountered:
At present we have a syntax for declaring arrays with a length and initial value to be used for elements, but this is not actually handled in the language, compiler or VMs.
Example syntax:
The text was updated successfully, but these errors were encountered: