classnetColarUtils::MySettings
sys::Obj
  netColarUtils::MySettings
- complex 
- @Setting { help=["It's complicated"] }
 ComplexSetting complex := ...
 
- host 
- @Setting { help=["The host"]; category="server" }
 Str host := "127.0.0.1"
 
- make 
- new make(|This f)
 
- notSaved 
-  Int notSaved := 5
 
- paths 
- @Setting { help=["The paths","That's just a test"] }
 Str[] paths := Str["path1","path2"]
 
- port 
- @Setting
 Int port := 8080