Skip to content

Commit

Permalink
Update help.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaiola committed Oct 18, 2024
1 parent d99aba8 commit 52b276e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/calc2/views/help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2119,12 +2119,9 @@ export class Help extends React.Component<Props> {
</tr>

<tr>
<td><code>concat(a:"any" [, ...])</code></td>
<td><code>concat(a:string [, ...])</code></td>
<td>string</td>
<td>returns the string that results from concatenating the arguments.
<br />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 <a
href="https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_concat">MySQL</a>).
</td>
<td>concatenates the given strings</td>
</tr>
<tr>
<td><code>upper(a:string)
Expand Down

0 comments on commit 52b276e

Please sign in to comment.