1 example for strcat

{{ score }}
  # add a string to the end of a variable
strcat(greeting, ", World.");  // greeting contains "Hello"