[scilab-Users] repeat ... until loop in scilab

Process Control computerprocesscontrol at gmail.com
Sun Oct 24 17:40:58 CEST 2010


it looks like scilab only supports "while" loops


On Sat, Oct 23, 2010 at 6:54 PM, Andrei Samsonov <samsonov.box at gmail.com>wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20101024/ab5a92c1/attachment.htm>


More information about the users mailing list