2 lines
43 B
Text
2 lines
43 B
Text
|
|
type TriBool = (tbFalse, tbMaybe, tbTrue);
|
|
|
type TriBool = (tbFalse, tbMaybe, tbTrue);
|