<p dir="ltr">if you must use pattern matching, here is a tip:</p>
<p dir="ltr">(Person name0 age0)</p>
<p dir="ltr">i.e. records are like tuples with values in the order of declared record fields.</p>
<p dir="ltr">name0 can be named anything else. To match any field value, use _ for that field</p>