Jump to content

Boolean values: Difference between revisions

Added DWScript
m ({{header|Liberty BASIC}})
(Added DWScript)
Line 155:
 
Delphi also defines <code>BOOL</code>, <code>ByteBool</code>, <code>WordBool</code> and <code>LongBool</code> types (to simplify C functions' import). For these types zero value is <code>False</code> and any nonzero value is <code>True</code>.
 
=={{header|DWScript}}==
 
The standard <code>Boolean</code> type has two values: <code>True</code> and <code>False</code>, with <code>Ord(False) = 0</code> and <code>Ord(True) = 1</code>.
 
=={{header|E}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.