-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual isset()
iamnove edited this page Jan 18, 2023
·
51 revisions
integer isset ( i : integer , bit : integer ) i : An integer to examine. bit : A set of bits to match. return: TRUE, if bits in 'bit' is set in 'i'. Example: if (isset(self.manipulate, MANIPULATE_TAKE)) ...
---~---~---~---~---~---~---~---~---