=1 as True Value for some Amiga functions.
Source position: amigados.pas line 40
const DOSTRUE = - 1; |
Some DOS functions can not handle the freepascal representation of True as -1. This functions expect a 1 as boolean True, for this purpose two constants are defined for True and False
|
=0 as False Value for some Amiga functions. |