Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. x <- "force"
  2. if(x == "force"){ print("Yoda") }
  3.  
  4. [1] "Yoda"
  5.  
  6. if(x != "force"){ print("Yoda") }
  7.  
  8. if(y == "Jedi_Learning"){ print("Yoda") }
  9.  
  10. onlyif(z == "Star_Wars" ){ print("Yoda") }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement