Wu Language
Search
K
Comment on page

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 modified 4yr ago