home *** CD-ROM | disk | FTP | other *** search
- Readme file for readonly.
-
- This program is Copyright (C) 1994,1995 Alun Jones, auj@aber.ac.uk
- It is freeware, which means you can copy it freely, on the condition that
- you don't charge more than a nominal fee for the distribution media. You're
- welcome to make changes to the source code, recompile it, or whatever. I'd
- like to keep track of any interesting additions, and am happy to receive bug
- reports.
-
- Instructions for readonly.
-
- Readonly marks a system variable as being read-only. Once marked, any
- attempt to change the value of the variable will cause an error to be
- generated. Usage is simple:
-
- Set Foo Bar
- readonly Foo
-
-