home *** CD-ROM | disk | FTP | other *** search
- clear
- set device to screen
- set talk off
- a=' '
- @ 4,20 say "╥¬╝╕╖▌ú┐" get a
- read
- a=val(a)
- @ 4,0 clear
- @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
- set cons off
- set device to print
- set print on
- ? chr(27)+"IJ"
- set print off
- do while a<>0
- @ prow()+1,20 say "╕≈╧ε╓╕▒Ω▒╚╓╪╚╖╢¿▒φ"
- @ prow()+1,1 say " "
- @ prow()+1,1 say ì
- "=================================================================ì
- ==="
- @ prow()+1,1 say ì
- "|╨╘─▄|╛¡╝├╨╘|┐╔┐┐╨╘|╥╫╬¼╨▐╨╘|╜┌─▄╨╘|╗╖▒ú░▓╚½╨╘|═¿╙├╨╘|╩╩╙├╨╘|═Γ╣█ì
- ╨╘|"
- @ prow()+1,1 say ì
- "|----|------|------|--------|------|----------|------|------|----ì
- --|"
- @ prow()+1,1 say "|╖╓╓╡| | | | | | ì
- | | |"
- @ prow()+1,1 say ì
- "|----|------|------|--------|------|----------|------|------|----ì
- --|"
- @ prow()+1,1 say "|╒╝úÑ| ú¬ | ú¬ | ú¬ | ú¬ | ú¬ | ì
- ú¬ | ú¬ | ú¬ |"
- @ prow()+1,1 say ì
- "=================================================================ì
- ==="
- @ prow()+1,1 say "╙╨ú¬║┼╒▀ú¼▓╗╙├╠ε╨┤úí ì
- ╞└╣└╚╦ú║"
- @ prow()+1,1 say " "
- @ prow()+1,1 say " "
- @ prow()+1,1 say " "
- a=a-1
- enddo
- set print on
- ? chr(13)
- set print off
- set device to screen
- retu
-
-
-