deleteVariable abstract method

void deleteVariable(
  1. String name
)

Delete a variable.

Implementation

void deleteVariable(String name);