© 2026 Hedgehog Software, LLC
with
let originalPerson = { Name = "Alice"; Age = 30 } let updatedPerson = { originalPerson with Age = 31 }