VARIABLESSSS

This commit is contained in:
SpookyDervish
2025-10-13 21:05:03 +11:00
parent 4e17674361
commit f9cd1dba29
17 changed files with 366 additions and 65 deletions

View File

@@ -14,6 +14,6 @@ struct Person {
speak = Func(sentence: String): Nil {
print(sentence)
}
}
max: Person = {"Max", 17, }
max: Person = {"Max", 17, speak, Gender.male};