diff --git a/src/calc2/views/help.tsx b/src/calc2/views/help.tsx index 7b6f6259..1f38454b 100644 --- a/src/calc2/views/help.tsx +++ b/src/calc2/views/help.tsx @@ -2119,12 +2119,9 @@ export class Help extends React.Component { - concat(a:"any" [, ...]) + concat(a:string [, ...]) string - returns the string that results from concatenating the arguments. -
May have one or more arguments. A non-string argument is implicitly converted to its equivalent string form and then concatenated. Returns null if any argument is null (like in MySQL). - + concatenates the given strings upper(a:string)