undetected syntax error

Archives Forums/BlitzMax Bug Reports/undetected syntax error

col(Posted 2013) [#1]
This should be picked up as a typo during compiling, yes?

Strict

Local C:Int = 255

Print C.False ' Note the period and value output is 0



TomToad(Posted 2013) [#2]
Seems the compiler is ignoring the 'C.' part and printing the value of the command afterward. Replacing False with True prints 1 and replacing with Pi prints 3.1415....