home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / vltjr.lzh / rexx / Blink.scp < prev    next >
Encoding:
Text File  |  1990-08-02  |  120 b   |  6 lines

  1. #   Blink.scp
  2. #
  3. #   This is a simple blinker script
  4. #
  5. blinker: cursorh 0; delay 0.3; cursorh 1; delay 0.3; goto blinker
  6.