home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Menus / Sysop < prev   
Encoding:
Text File  |  1996-09-16  |  267 b   |  16 lines

  1. {
  2. | Sysop menu
  3. | Alex Howarth (16 September 1996)
  4.   
  5. REPORT "Sysop area"
  6.   REPEAT
  7.   NL
  8.   BFG 7}Choose: {BFG 1}S{BFG 7}upervisor {BFG 1}M{BFG 7}ain menu : {
  9.   GET option,"SM"
  10.   IF option="S" THEN
  11.     DOOR "Supervisor"
  12.   ELSE
  13.     GOTO "Menus.Main"
  14.   ENDIF
  15. UNTIL FALSE
  16. }