A reminder that "For sale: baby shoes, never worn" isn't the shortest horror story ever written, it's actually "Specifies a tri-state Boolean value" written by the esteemed author Microsoft .NET Documentation.

Context: https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.core.msotristate

Note that there are actually 5 values, not three. Also True is -1, and the value that equals 1 isn't supported.

MsoTriState Enum (Microsoft.Office.Core)

Specifies a tri-state Boolean value.

@mdiluz I like how it is a tristate boolean, with 5 values, 3 of which are not supported, so in the end it is still just true and false (which is not a tristate, but at least it's boolean)
@smol_entity @mdiluz oh gods, it's a boolean with the worst truthy value