<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/02/2016 10:31 AM, Graeme
      Geldenhuys wrote:<br>
    </div>
    <blockquote cite="mid:56B07774.1090106@geldenhuys.co.uk" type="cite">
      Exactly! I'm glad somebody noticed that too.</blockquote>
    <br>
    Of course I did notice <span class="moz-smiley-s1"><span> :-) </span></span>.<br>
    <br>
    <span style="color:rgb(80,0,80);font-size:12.8px">V := If </span>a
    < 3<span style="color:rgb(80,0,80);font-size:12.8px"> then 1 else
      2; <br>
      <br>
      In fact extends a several language paradigms: <br>
      <br>
        - a keyword (such as "if") returns a value<br>
        - a statement (such as "if ....", and the content of an if
      clause ) returns a value<br>
        - an expression (such as "1") is accepted as a statement (and
      hence allowed in a n if clause) <br>
      <br>
      This _might_ be viable and doable, as its a pure optional
      extension.<br>
      <br>
      -Michael<br>
    </span>
  </body>
</html>