<div dir="ltr"><div class="gmail_extra">This is actually Joe's way:</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 8, 2015 at 1:19 PM, Roelof Wobben <span dir="ltr"><<a href="mailto:r.wobben@home.nl" target="_blank">r.wobben@home.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">char_to_shape(Char) -><br>
      case Char of<br>
          $R -> get_dimension(rectangle);<br>
          $T -> triangle;<br>
          $E -> ellipse;<br>
          $r -> rectangle;<br>
          $t -> triangle;<br>
          $e -> ellipse<br>
    end.</blockquote></blockquote></div><br>I think your immediate problem is just reading a bit more carefully. Oh, and try not to use the list as a compiler :)</div></div>