home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / ROO10.ZIP / FILES.ZIP / SQUARE.ROO < prev    next >
Encoding:
Text File  |  1992-01-13  |  338 b   |  31 lines

  1. .PROGRAM
  2. do slash
  3. do side
  4. do side
  5. turn
  6. do slash
  7. turn
  8. do side
  9. turn
  10. turn
  11. do side
  12.  
  13. subroutine slash
  14. while Roo can move forward repeat
  15. hop
  16. turn
  17. turn
  18. turn
  19. hop
  20. turn
  21. the end of cycling
  22. turn
  23. the end of subroutine
  24.  
  25. subroutine side
  26. while Roo can move forward repeat
  27. step
  28. the end of cycling
  29. turn
  30. the end of subroutine
  31.