Hi all, I know you can write hexadecimal numbers in [expr] starting with 0x. Is there a way to write binary? Like you'd write B0011 with Processing for example? [expr] will immediately take is as a variable and will give an error that there's no such variable. Since I'm asking this, is octal also possible? Starting a number with 0, [expr] will automatically exclude it.
Thanks, Alexandros