Option variable
tr_array_as_ref
Default value: true
If translate_fast_arrays
is false
, array references in
Lisp code emitted by translate_file
are affected by tr_array_as_ref
.
When tr_array_as_ref
is true
,
array names are evaluated,
otherwise array names appear as literal symbols in translated code.
tr_array_as_ref
has no effect if translate_fast_arrays
is true
.