mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Update demo.odin
This commit is contained in:
@@ -1148,7 +1148,7 @@ map_type :: proc() {
|
||||
// can be done in two ways:
|
||||
elem, ok := m["Bob"];
|
||||
exists := "Bob" in m;
|
||||
_ = elem;
|
||||
_, _ = elem, ok;
|
||||
_ = exists;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user