1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

Merge pull request #1 from mariane-sm/master

Translates "its an array"
This commit is contained in:
David Stockton
2015-10-05 17:49:04 -06:00

View File

@@ -221,7 +221,7 @@ println("Gas price: \(price)")
// Número variável de argumentos
func setup(numbers: Int...) {
// its an array
// é um array
let number = numbers[0]
let argCount = numbers.count
}