This is somehow related to
http://groups.google.com/group/fricas-devel/msg/d2befd705391861f

While looking at jet.spad.pamphlet, I saw something like this.

  until empty? LD1 repeat
    ...

https://github.com/hemmecke/fricas/blob/master/src/algebra/jet.spad.pamphlet#L1085

The Axiom Book doesn't mention "until" as a keyword. Aldor also doesn't have "until".

In fact, the way it is used, it is just an abbreviation for "while not".

In order to keep the language as simple as possible, I strongly vote for removing the "until" keyword.

Opinions?

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