Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. radius = 20
  2. x = 50
  3. y = 50
  4.  
  5. method testmethod
  6. circle(radius)
  7. moveto (x,y)
  8. triangle(10,10,10)
  9. endmethod
  10.  
  11. method testmethod2
  12. x+20
  13. y+20
  14. moveto(x,y)
  15. endmethod
  16.  
  17.  
  18. testmethod
  19. radius + 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement