Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 200 Bytes

untitled.md

File metadata and controls

16 lines (10 loc) · 200 Bytes

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