Changes between Initial Version and Version 1 of Ticket #2826


Ignore:
Timestamp:
2014-09-18T08:34:19Z (11 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2826 – Description

    initial v1  
    11It would be nice to have a more compact version of match, similar to what we have in Susan:
    2 {{{
     2{{{#!mo
    33Boolean is_var := match e case DAE.VAR() then true else false;  // Short version
    44Boolean is_var := match e case DAE.VAR() then true; else false; end match; // Current version