Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def action("M") do
  2.  
  3. end
  4. def action("R") do
  5.  
  6. end
  7. def action("L") do
  8.  
  9. end
  10.  
  11. OU
  12.  
  13. def action(ac) do
  14. case ac do
  15. "M" ->
  16. "L" ->
  17. "R" ->
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement