' Note well ! Do not append any data type specifier, ( ! # $), ' to any variable on the right hand side of the CONST statement. CONST a = 5 CONST b = a * a CONST c$ = "This is a test." ? a ? b ? c$