User Tools

Site Tools


plc:plc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
plc:plc [2018/09/25 17:36] skirillovplc:plc [2018/09/25 17:37] skirillov
Line 71: Line 71:
 | <code>>=</code> | more or equal than | <code>if (a>=0xf) ......</code> | | <code>>=</code> | more or equal than | <code>if (a>=0xf) ......</code> |
 | <code><</code> | less than | <code>if (c<10) ......</code> | | <code><</code> | less than | <code>if (c<10) ......</code> |
-| <code><=</code> | less or equal than | if (a<=b) ...... | +| <code><=</code> | less or equal than | <code>if (a<=b) ......</code> 
-| <code>++</code> | variable post increment | x++; | +| <code>++</code> | variable post increment | <code>x++;</code> 
-| <code>--</code> | variable post decrement | a--; |+| <code>--</code> | variable post decrement | <code>a--;</code> |
  
   * PLC functions   * PLC functions
plc/plc.txt · Last modified: 2022/11/07 16:03 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki