VARIABLESSSS
This commit is contained in:
@@ -14,6 +14,6 @@ struct Person {
|
||||
|
||||
speak = Func(sentence: String): Nil {
|
||||
print(sentence)
|
||||
}
|
||||
}
|
||||
|
||||
max: Person = {"Max", 17, }
|
||||
max: Person = {"Max", 17, speak, Gender.male};
|
||||
Reference in New Issue
Block a user