scopeLhs method

int scopeLhs(
  1. int index
)

Implementation

int scopeLhs(int index) {
  return prs.scopeLhs(index);
}