Skip to content

Commit

Permalink
[PERFECTIVE] Add ternary operators in help
Browse files Browse the repository at this point in the history
  • Loading branch information
epekkar committed Oct 5, 2022
1 parent 220f898 commit 4d6fa51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Help/general/expressions.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ <h3>Operations</h3>
<td>Square root</td>
<td>$sqrt(9) (3)</td>
</tr>
<tr>
<td>?:</td>
<td>Conditional (ternary) operator</td>
<td>1?2:0 (2)</td>
</tr>
</table>

<p></p>
Expand Down

0 comments on commit 4d6fa51

Please sign in to comment.