Project

General

Profile

Bug #72

And

Added by Anonymous about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/22/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

"And" doesn't work any longer in this situation:

FLAGS=195
Print "flag1:"+Str$(FLAGS and 128)
Print "flag2:"+Str$(FLAGS and 64)
Print "flag3:"+Str$(FLAGS and 32)
Print "flag4(512chars):"+Str$(FLAGS and 16)
Print "flag5(nonblink):"+Str$(FLAGS and 8)
Print "flag6(compress):"+Str$(FLAGS and 4)
Print "flag7(a font):"+Str$(FLAGS and 2)
Print "flag8(a palette):"+Str$(FLAGS and 1)

Also available in: Atom PDF