|-
| valign='top' | '''Examples'''
|– <code>map:get($week, 4)</code> returns <code>"Donnerstag"</code>.<br/>– <code>map:get($week, 9)</code> returns <code>()</code>. <em>(When the key is not present, the function returns an empty sequence.).</em><br/>– <code>map:get(map:entry(7,())), 7)</code> returns <code>()</code>. <em>(An empty sequence as the result can also signify that the key is present and the associated value is an empty sequence.).</em><br/>
|}