ruleCommand static method

int ruleCommand()

Implementation

static int ruleCommand() {
  print('-- this is wCommand --');
  //  code here
  return 1;
}