Representation of True for Amiga functions
Source position: exec.pas line 118
const ltrue: LongInt = 1; |
Some Amiga functions expect a "1" for as True value and a "0" as False value and cannot handle the "-1" set by freepascal.
|
Representation of False for Amiga function |