Module
Modules are simply scopes of code, that can be indexed like struct instances:
farm: module {
cow := "moo"
cat := "mooo"
fish := "blob"
}
favorite_sound := farm fish
Last updated
Modules are simply scopes of code, that can be indexed like struct instances:
farm: module {
cow := "moo"
cat := "mooo"
fish := "blob"
}
favorite_sound := farm fish
Last updated