Forever I have had my long literals defined with a L at the end
Version 11.20 now does not like the ending L and has caused me to make lots of code changes for no real reason
Is this a bug in the compiler?
B4X:
Private Const DEFINE_Features_MarkEntriesAsPaid As Long = 0x0000000000000001L
Version 11.20 now does not like the ending L and has caused me to make lots of code changes for no real reason
Is this a bug in the compiler?