home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rpos2101.zip / JUMP-USE.P < prev    next >
Text File  |  1998-06-05  |  388b  |  27 lines

  1. R: jump-use.p - An example of J and U
  2.  : Written by Rob Linwood (auntfloyd@biosys.net)
  3.  
  4. T: We are about to jump far away to label1
  5. J: label1
  6. T: This text is never seen!  If you can see this, you've got problems!
  7. E:
  8.  
  9. *label1
  10.  
  11. T: Now, we're going to call the subroutine "Woof"
  12. U: woof
  13. T: We're back from the subroutine!
  14. E:
  15.  
  16. *woof
  17. T: Now we're in "Woof"
  18. E:
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.