toMolina method

String toMolina()

Get pascal value as string

Implementation

String toMolina() {
  return this.pasc.toString();
}