Bool.hsf 524 B

12345678910111213
  1. [Main]
  2. Name=Bool
  3. Type=Type
  4. Subtype=Enumeration
  5. Header Files=alloc.h, args.h, cert.h, dialogs.h, error.h, estack.h, events.h, flash.h, graph.h, gray.h, intr.h, homescr.h, kbd.h, link.h, math.h, menus.h, statline.h, system.h, textedit.h, timath.h, vat.h, unknown.h, wingraph.h
  6. Definition=enum Bool {FALSE, TRUE};
  7. [Description]
  8. An enumeration to describe true or false values.
  9. [Explanation]
  10. The enum Bool represents a boolean value, that is, either 'true' or 'false'.
  11. The constant FALSE equals 0; TRUE equals 1.