We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f13bf4 commit fecb4cfCopy full SHA for fecb4cf
1 file changed
07_Schaltwerke.md
@@ -939,9 +939,9 @@ style="width: 80%; min-width: 420px; max-width: 720px;"
939
| | +-------------+ +------------------+----+----+
940
| | | | | | R1 | R2 |
941
| +-> | Vergleicher | --> R1 +------------------+----+----+
942
- | | | | Equal E: A==B | 0 | 0 |
943
- | | | | Greater G: A">"B | 1 | 0 |
944
- +----> | | --> R2 | Less L: A"<"B | 0 | 1 |
+ | | | | Equal E: A = B | 0 | 0 |
+ | | | | Greater G: A > B | 1 | 0 |
+ +----> | | --> R2 | Less L: A < B | 0 | 1 |
945
| | +------------------+----+----+
946
+-------------+ .
947
```
0 commit comments