9
Sumafu
4y

Found this in production code.

For those who doesn’t understand Delphi:
switch (some boolean) {
case false:
// some code
default:
// some code
}

Comments
Add Comment