const.bmx 138 B

12345678910
  1. Rem
  2. Const defines the preceeding variable declaration as constant.
  3. End Rem
  4. Const ON=TRUE
  5. Const OFF=FALSE
  6. Const TWOPI#=2*PI
  7. print TWOPI