All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:05, 20 April 2022 RhoSigma talk contribs created page Template:RelationalOperationsTable (Created page with "<center> <dl><dd><table border="1" cellpadding="2"> <tr> <th colspan="2">Relational Operations </th></tr> <tr> <th>Operation</th> <th>Description </th></tr> <tr> <td align="center">a = b</td> <td>Tests if a is equal to b. </td></tr> <tr> <td align="center">a <> b</td> <td>Tests if a is not equal to b; equivalent to (NOT (a = b)). </td></tr> <tr> <td align="center">a < b</td> <td>Tests if a is less than b. <...")