<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#333333" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    <br>
    I'm trying to use local variables in a block, that are writable and
    do not come from the parameter list.<br>
    So something like this:<br>
    <br>
    [| :arg1. | <br>
      tmpVar: 5.<br>
      arg1 + tmpVar.<br>
    ] value: 1.<br>
    <br>
    But I get told that "tmpVar: is not found"<br>
    <br>
    <br>
    Or does self not support such kind of local variables?<br>
    <br>
    <br>
    regards<br>
    Chris
  </body>
</html>