undetected syntax error
Archives Forums/BlitzMax Bug Reports/undetected syntax error| 
 | ||
| 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 | 
| 
 | ||
| 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.... |