1 line
43 B
ObjectPascal
1 line
43 B
ObjectPascal
type TriBool = (tbFalse, tbMaybe, tbTrue);
|
type TriBool = (tbFalse, tbMaybe, tbTrue);
|