Table of Contents

TatVirtualMachine.Clear Method

Clear method resets the virtual machine, clearing several internal variables, erasing the stack, among other operations. You don't need to call Clear method, it's called internally by other methods of virtual machine.

Syntax

Unit: atScript

procedure TatVirtualMachine.Clear;

See also