Originale-mail to me for new edition

 

Boolean types

 

A Boolean type is stored as a Byte, a ByteBool is stored as a Byte, a WordBool type is stored as a Word, and a LongBool is stored as a Longint.

A Boolean can assume the values 0 (False) and 1 (True). ByteBool, WordBool, and LongBool types can assume the values 0 (False) or nonzero (True).

 

Topic groups

 

See also

Memory management: Overview

Variables

 

 

译文

 

布尔类型

 

Boolean类型被存储位ByteByteBool类型被存储为ByteWordBool类型被存储为WordLongBool类型被存储为Longint

Boolean类型可以对应于值0False)和1True)。ByteBoolWordBoolLongBool类型可以对应于值0False)或非零(True)。

 

主题组

 

相关主题

内存管理:概述

变量