mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 18:24:39 +02:00
Merge pull request #1361 from dstockto/master
Comment translation for swift-pt
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user