| Did you know ... | Search Documentation: |
| char_array<-modify |
<-append,
etc.). The version defined for class char_array
is defined as:
modify(CA, To:char_array, Value:char_array) :<-
get(CA, class, Class),
get(Class, instance, To, Value).
Redefinition may be necessary for subclasses of class char_array. Examples are the PCE/Lisp predefined class lisp_symbol.