| 1234567891011121314151617181920212223 |
- Rem
- My Rem Example
- First created 9th August, 2004
- (C)2050 Blitz Intergalactic Software Corporation
- End Rem
- Print "This program has no useful function"
- Rem
- Remarks are useful for making your program easily readable.
- You can leave details explaining the function of your program
- in a remarks section so that you and any other programmers
- that work with your code can more easily understand the workings
- of your program
- End Rem
- Print "Sorry."
- End
|