getPlus function

String getPlus(
  1. String text
)

Implementation

String getPlus(String text){
  return "+$text";
}