Closed GoogleCodeExporter closed 8 years ago
Writing `=` instead of `==` in a then-block is a common source of error. Also,
a then-block is not supposed to contain arbitrary code. That's why assignments
are not allowed. Note that you can have multiple when-then's.
Original comment by pnied...@gmail.com
on 26 Apr 2013 at 1:04
(Also, variable declarations are allowed in then-blocks.)
Original comment by pnied...@gmail.com
on 26 Apr 2013 at 1:05
Original issue reported on code.google.com by
ccoo...@co3sys.com
on 25 Apr 2013 at 9:34