Wu Language
Search
⌃
K
Getting Started
Writing code
Declarations
Optionals
If and While
For
Switch
Functions
Structs
Module
Traits
Powered By
GitBook
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
Previous
Structs
Next
Traits
Last modified
4yr ago