home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / logo / labybug / readme.bug < prev    next >
Text File  |  1989-12-31  |  1KB  |  61 lines

  1. to "jl   
  2. print "
  3. end
  4.  
  5. to "pr  :LIST
  6. PRINT :LIST
  7. end
  8.  
  9. to "je   
  10. CLEARTEXT CURSOR 1 1
  11. end
  12.  
  13. to "jc   
  14. BG 0 CS CLEARTEXT
  15. end
  16.  
  17. to "jp   
  18. REPEAT 3 [JI]
  19. end
  20.  
  21. to "ji   
  22. TYPE CHAR 32
  23. end
  24.  
  25. to "wait  :T
  26. IF :T = 0 STOP
  27. WAIT :T - 1
  28. end
  29.  
  30. to "readme  
  31. JE JP PR [--==***>>>Welcome to LadyBug Logo!]
  32. JL PR [   This series of procedures is a]
  33. PR [translation of a self-repeating Apple]
  34. PR [Logo demonstration series into LadyBug]
  35. PR [Logo...more to see what could be done]
  36. PR [than anything else. It certainly isn't]
  37. PR [a complete demonstration. If it sparks]
  38. PR [a few ideas for you to explore, it's]
  39. PR [been more than successful.]
  40. JL PR [    To run this as a self-starting]
  41. PR [series, copy the PROFILE.BUG file to]
  42. PR [disk or directory where LADYBUG.EXE]
  43. PR [located.]
  44. JL PR [   This series was developed on an]
  45. PR [8088 system. Running on a turbo or ]
  46. PR [faster system, the WAIT procedures will]
  47. PR [have to be changed to slow the timing.]
  48. JL JL PR [     Press any key to continue...]
  49. IGNORE RC CT
  50. JL JL PR [   You may find other things you'd]
  51. PR [like to change.  Please do...that's]
  52. PR [the whole idea!]
  53. JL PR [   And if you do, please share your]
  54. PR [discoveries with the rest of us.]
  55. JL PR [       Thanx...The Logo Forum]
  56. end
  57.  
  58. to "ignore  :k 
  59. end
  60.  
  61.