Hello again, I'm writing some functions in Spad, where the functions only effect after returning is that they stored some values to some package-level variables. The function shouldn't return anything. How do I declare and define functions like these?
Is there some special syntax for no return type, or should I use a return type like None, Void or Union()? Furthermore, what is the recommended way to exit such a function, that is, what should the last statement be? Thanks, Neven -- 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/CAL%2BbK4MvWZqV53TiZKtaEppdi7Zf6oEs8vrNeiGrj0ay6eUZLw%40mail.gmail.com.
