toBoolReturn method

String toBoolReturn ()

Implementation

String toBoolReturn() {
  return 'echo ' + this + ';';
}