Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.44 KB

swift-intro-enumerations.md

File metadata and controls

63 lines (48 loc) · 1.44 KB

home seiten a-z intro <-- hoch --> runter home/swift/intro/enumerations

Enumerierungen

Eine Enumeration <enumeration> ist eine Aufzählung von Werten. Für die Deklarierung wird das Schlüsselwort enum genutzt.

enum Namen {
    case volker
    case nils
}

<!-- Content navigation -->
[](#) [](#) [](#)

<!-- ToDos -->
<!-- 
-->

<!--
### CHAPTER

#### SUBCHAPTER
-->

<!-- Program code -->
<!--
```swift
// Programmcode

-->


Links:

Videos:


home seiten a-z <-- hoch --> rauf