Opened 13 years ago

Last modified 13 years ago

#1610 closed defect (fixed)

Better parser error for else if error

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund,

Description

Generate a helpful error-message for the following code

model M
equation
  if cond then
    abc();
  else if cond then
    def();
  end if;
end M;

Change History (0)

Note: See TracTickets for help on using tickets.