Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| language:debugging [2023/04/09 23:20] – [Log Messages] rajit | language:debugging [2025/05/18 19:49] (current) – [Assertions] rajit | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| bool b; | bool b; | ||
| - | { a !== b : "a and b are connected | + | { a !== b : "a and b are connected!" |
| a = b; | a = b; | ||
| { a === b : "a and b are not connected!" | { a === b : "a and b are not connected!" | ||
| - | { a !== b : "a and b are connected | + | { a !== b : "a and b are connected!" |
| </ | </ | ||