' {$STAMP BS2} ' {$PBASIC 2.5} ' 2008 mlab.uiah.fi/paja ' Understanding Constants (CON) ' Using named constants does not increase the amount of code downloaded to BS cTest CON 1 DEBUG CLS 'cTest = 2 'Try this out. You will get a error when you Check Syntax. DEBUG DEC cTest + 1, CR