mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 15:51:41 +03:00
commit
377570a015
@ -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