Hi,

I'm now aware of the status of the interpreter in fricas: this is just for the 
record (fricas 1.3.4).

fricas 1.3.4: interpreter bug  on scopes similar the one reported in
https://www.mail-archive.com/[email protected]/msg12273.html

(1) -> i:=1; for i in 1..3 repeat output(i^2); i
   1
   4
   9
i is declared as being in PositiveInteger but has not been given a
      value.

(1) -> i:=1; (for i in 1..3 repeat output(i^2)); i
   1
   4
   9
i is declared as being in PositiveInteger but has not been given a
      value.

(1) -> i

   (1)  1
                                                        Type: PositiveInteger

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to