﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1247	Improve error message for mixing equation/algorithm syntax (from MathCore)	Peter Aronsson	Peter Aronsson	"The model test below returns the message:
{{{--- [12] 11:19:09 Syntax error(s) in model test ---
test(8) : error: expecting an identifier, found 'if'}}}
{{{model test
  Real y;
equation
  if true then
    y:=1;
  else 
    y:=2;
  end if;
end test;}}}

The error is that ':=' is used instead of '='. It is very easy to mix these things up for a novice user so a better error message is needed."	defect	closed	high				fixed		Peter Aronsson Martin Sjölund
