Hi,
The while statement isn't implemented yet in the last openmodelica nightly build. I have this error message:
----------------
Internal error While statements in algorithms not supported yet. Suggested workaround: place while statement in a Modelica function
--------------
how can i transform this for example?
algorithm
while x>100 loop
if y>0 then
....
end if;
end while;
Best Regards,
Jawhar