mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
| 1 | ControlFlowNode for Compare | a | b | == |
|
|
| 2 | ControlFlowNode for Compare | c | d | > |
|
|
| 3 | ControlFlowNode for Compare | e | f | < |
|
|
| 4 | ControlFlowNode for Compare | g | h | >= |
|
|
| 5 | ControlFlowNode for Compare | i | j | <= |
|
|
| 6 | ControlFlowNode for Compare | k | l | != |
|