Question: How to create my own package?

i want to create my own package Helloworld (includes proc1 and proc2) so that people can do


with(Helloworld);


and get


[proc1,proc2]

and then they can then use proc1 and proc2 as they wish.

 

thanks in advance

Please Wait...