Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. public void S66_GA2() {
  2. while(!markeVorhanden()) {
  3. if(!huegelVorhanden("links")) {
  4. drehe("links");
  5. fahre();
  6. fahre();
  7. } else if(!huegelVorhanden("rechts")){
  8. drehe("rechts");
  9. fahre();
  10. fahre();
  11. } else {
  12.  
  13. fahre();
  14. }
  15. }
  16. entferneMarke();
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement