rem.bmx 452 B

1234567891011121314151617181920212223
  1. Rem
  2. My Rem Example
  3. First created 9th August, 2004
  4. (C)2050 Blitz Intergalactic Software Corporation
  5. End Rem
  6. Print "This program has no useful function"
  7. Rem
  8. Remarks are useful for making your program easily readable.
  9. You can leave details explaining the function of your program
  10. in a remarks section so that you and any other programmers
  11. that work with your code can more easily understand the workings
  12. of your program
  13. End Rem
  14. Print "Sorry."
  15. End