<html><body><div><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">Hi,</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">EEP43 says:</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; line-height: normal;">For accessing single values in maps, let us use an de-association:<br><br>V = M#{ K }.<br><br></blockquote><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">11> B = #{key1 => 124, key2 => 111, key3 => 444}.</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">#{key1 => 124,key2 => 111,key3 => 444}</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">12> B#{ key1 }.</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">* 1: syntax error before: ‘}'</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">Am I doing something wrong?</span><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><br style="font-family: Helvetica; font-size: 12px; line-height: normal;"><span style="font-family: Helvetica; font-size: 12px; line-height: normal;">R</span></div></body></html>