© 2026 Hedgehog Software, LLC
let something = "string"; let matched = match something { "string" => "1", "str" => "2", _ => "3" };