Skip to content
  • Graham, Aaron's avatar
    Adds concatenate and expandRepeatedSymbol · 1122c982
    Graham, Aaron authored
    Concatenate combines an array of strings into a single string. ExpandRepeatedSymbol is intended for input handling here things like "4\*8" should be treated as "8 8 8 8". It was written generally so that other delimiters could be used as well.
    1122c982