Opened 14 years ago
Last modified 14 years ago
#1568 closed defect (fixed)
Illegal statement in equation section is accepted
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, |
Description
return statements should only be accepted in functions
{{{model M
Real r;
algorithm
r:=1;
return;
end M;}}}
Note:
See TracTickets
for help on using tickets.