2 lines
85 B
VB.net
2 lines
85 B
VB.net
arr = Array("apple","orange")
|
|
WScript.StdOut.WriteLine UBound(arr) - LBound(arr) + 1
|