Since we are at interpreter error messages. I get ... (210) -> onetnStep! ycomp
>> System error: The function BOOT::|*1;onetnStep!;1;initial| is undefined. It's hard to track this down. Maybe there is a generic solution to it that I don't know of. The definition is onetnStep!(y: Yn): Yn == (oneTracedStep!$Yn)(ytracen, rEntern, rLoopn, rReturnn)(y) inside a .input file. oneTraceStep! is defined in a .spad file. The parameters ytracen, rEntern, rLoopn, rReturnn are all functions that return Void. The effectively print something. These are also defined just before onetnStep! in the same .input file. The definitions are not wrong, because seemingly after calling the "parameter functions" separately, then also onetnStep!(y) works. So my question is, how can I convince the interpreter to properly initialize all these functions just before they are used without calling each of these functions manually? Thank you Ralf -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/60254900-24b8-ac15-1dfa-86a9a139820b%40hemmecke.org.
