CHANGE_REPLACE_WITH_TO_ASSIGNMENT
Default: YES
Options: YES, NO
When set to YES, results in:
REPLACE foo with x
REPLACE bar with y
REPLACE baz with z
Being processed into:
field->foo := x
field->bar := y
field->baz := z
This doesn't work unless the Declaration Buster is turned on.
Any REPLACE commands containing any of the following modifiers: ALL,
FOR, WHILE, RECORD, REST and NEXT are skipped..