j
k
j a
j l
(nit) For consistency with other `ret` assignments, `ret` should only go from TRUE to FALSE. This invariant arguably makes understanding logic easier.
```suggestion:-0+0 ret = !status; ```
(and change `BOOL ret = FALSE;` -> `BOOL ret;`)
Back to the thread
Back to the list