Question: Maple-Package via module()

Hi there,

ich want to create a Maple-package -- say Foo -- using Maple12 by using 'module()'.

This works OK for me and I can load it with

"with(Foo);"

Then a list of the (exportet) functions appears.

 

What code do I have to enter in order to display also a predefined message, ie. via printf? For example

"with(Foo)" ---> "You are proud user of the Foo-package!"

?

Please Wait...