Guest User

Untitled

a guest
Sep 21st, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. d =["RIGHT", "LEFT"];
  2.  
  3. for (d = ds){
  4. if (ds == "RIGHT")
  5. {
  6. echo("SWITCH ON RIGHT");
  7. }
  8. if (ds == "LEFT") {
  9. echo("SWITCH ON LEFT");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment