What happens when I start with fricas -nosman -eval
i.e. no argument to eval? https://github.com/mbait/fricas/blob/40903dce8f4be5cced0c9ba8c7fb0d8c41bb5dc3/src/interp/int-top.boot#L96 evalInlineCode() == args := getCLArgs() while #args > 0 repeat arg := CAR args if arg = '"-eval" then CATCH('SPAD__READER,CATCH('top__level,parseAndEvalStr CADR(args))) args := CDDR args else args := CDR args 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.
