Discussion:
[fricas-devel] [BUG] scoping problems in interpreter (nothing really new)
Riccardo GUIDA
2018-07-02 13:14:17 UTC
Permalink
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/fricas-***@googlegroups.com/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 fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Loading...