remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,11 +0,0 @@
|
|||
// Create a new integer array with capacity 10
|
||||
val a = new Array[Int](10)
|
||||
|
||||
// Create a new array containing specified items
|
||||
val b = Array("foo", "bar", "baz")
|
||||
|
||||
// Assign a value to element zero
|
||||
a(0) = 42
|
||||
|
||||
// Retrieve item at element 2
|
||||
val c = b(2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue