-
Notifications
You must be signed in to change notification settings - Fork 0
system private functions
Simon Brooke edited this page Jan 2, 2017
·
1 revision
System-private functions are functions private to the system, which no normal user is entitled to access; these functions normally have an access control value of NIL.
System private. Takes one argument. Returns the access control list of its argument.
System private. Takes two arguments. Returns TRUE if the first argument is readable by the reader represented by the second argument; else NIL.