Hello,

does somebody experience the same behaviour. There is output although
the command ends with a semicolon.

Ralf

(1) -> xkey(s: String): Integer == integer(parse(s(7..9))@InputForm);
   Function declaration xkey : String -> Integer has been added to
      workspace.
                                                                   Type:
Void
(2) -> [xkey(k) for k in ["q8z54v180a", "q8m38x168"]];
   Compiling function xkey with type String -> Integer

   (2)  [180, 168]
                                                          Type:
List(Integer)
(3) -> xkey("q8z54v180a");

   (3)  180
                                                        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