DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SWIFT
Create a Swift Array
// an array of integer type
var
numbers
:
[
Int
]
=
[
2
,
4
,
6
,
8
]
print
(
"Array: (numbers)"
)
Source by kpbp.github.io #
PREVIOUS
NEXT
Tagged:
#Create
#Swift
#Array
ADD COMMENT
Topic
COMMENT
Name
7+8 =
Submit