Constants

Available constant formats:

typesubtypeexamples
null-null
bool-true, false
intdecimal1413, -583, 0
intbinary0b0101, 0b11
intoctal0o644, 0o1, 0o77
inthexadecimal0x1f, 0xCA5
realbasic0.14, -25.48
realscientific1.5e-5, 1e+10
stringnormal"text", '1\n2'
stringunescaped*"""text""", '''1\2'''

*) unescaped strings don't parse their contents at all, and the ending markers (""" or ''') cannot be escaped