I see no strong reason to remove it.

One strong reason to remove it is that

   until empty? somelist repeat
       print first somelist
       somelist := rest somelist

contains a bug. And I bet that most people will fall into this trap, because the loop doesn't look like

   repeat
       print first somelist
       somelist := rest somelist
   until empty? somelist

Well, I expressed my opinion.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to