home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / XBBS_118.ZIP / SAMPLES.ZIP / RANDOM.XBS < prev    next >
Encoding:
Text File  |  1990-10-19  |  336 b   |  29 lines

  1. ;Useless example of random branching.
  2.  
  3. ?5lLabl1,lLabl2,lLabl3,lLabl4,lLabl5,lLabl6,lLabl7
  4. lLabl1
  5. You hit 1.
  6. q
  7. lLabl2
  8. You hit 2.
  9. q
  10. lLabl3
  11. You hit 3.
  12. q
  13. lLabl4
  14. You hit 4.
  15. q
  16. lLabl5
  17. You hit 5.
  18. q
  19.  
  20. ;These are never reached because @?5 limits to 1-5
  21.  
  22. lLabl6
  23. You hit 6.
  24. q
  25. lLabl7
  26. You hit 7.
  27. q
  28. Oops!x
  29.