Hi,
I would like a way to not have an else-case in an if-statement. This would be useful when documenting C code with CPU cycles. When the if-cases are not true, nothing should happen, it should not continue onward (using else-case) and it should not lead to an end (using else-case with end). Instead it should not continue.
Thanks.