Changes between Version 1 and Version 2 of OpenModelicaStyleGuide


Ignore:
Timestamp:
2014-09-02T10:04:18Z (11 years ago)
Author:
Per Östlund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenModelicaStyleGuide

    v1 v2  
    4848    Prefer using the input parameters directly instead:
    4949    {{{#!mo
    50     _ := match(inExp, inStr)
     50    outStr := match(inExp, inStr)
    5151      case (DAE.CALL(path = Absyn.IDENT("sum")), _) then ExpressionDump.printExpStr(inExp);
    5252      case (_, "someString") then inStr;