!end

If you have written files that you often need to include in your sources, you can save them in this directory.

This way they can be accessed in ACME sources using

!source <Own.insert_name_of_your_file_here>

or

!binary <Own.insert_name_of_your_file_here>


Please bear in mind that you cannot assemble such source codes on a machine that does *not* have your own include files. If you want to freely give away your programs though, there are two ways to do this:

 a) Change those references to "normal" quotes and store your own library files in the same directory as the file that includes them. This means editing by hand, therefore the "Own" directory would lose its meaning.

 b) You put your library files into a uniquely-named subdirectory inside the library tree and give away that part of the library as well. The position of such a personal directory inside the library tree should be chosen intelligently - it wouldn't be helpful if every single user of ACME would place his/her directory at the top level of the library. If your files are only of use for one specific computer, you should obviously place your directory inside that computer's directory. The name of your directory may be your name or IRC nick, for example.

