How do I use a binary number so that the compiler understand it?
This is what I've done:
10101010b
But the compiler gives an error: syntax error near 'b'