mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Translates another line
This commit is contained in:
parent
9b46fe7e57
commit
8d57b90efe
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user