repeat ... until loop in scilab

Andrei Samsonov samsonov.box at gmail.com
Sun Oct 24 00:54:07 CEST 2010


Hello.

How can I organize REPEAT ... UNTIL or DO ... WHILE loop in scilab?

I found only this roundabout way:

WHILE true do
instructions;
IF expr then BREAK
END



More information about the users mailing list