Kaeru Gaman wrote:despite this is not a Bug-Report (a "report" should consist of some text)
IMHO, some people doesn't speak english, or speak not so good english, so a
example is better bugreport as a text in bad english
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
I think the problem is that the compiler throws a weird message if EnableExplicit is enabled. If you turn it off, you get a more understandable message about you can't use NOT there.
thefool wrote:That pb can't use NOT compile time or that the debugger goes off with a weird error message?
The second,
however, if PB allows Or, And and Xor for compile time, then it would allow also Not, but if PB doesn't allow any then should not be allow Not; just coherence.