Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. declare
  2. fun
  3. {FiltraNumeri L}
  4. fun
  5. {FiltraValore W}
  6. Tag = "X"
  7. in
  8. case
  9. W
  10. of
  11. 1
  12. then
  13. Tag
  14. []
  15. 3
  16. then
  17. Tag
  18. []
  19. 5
  20. then
  21. Tag
  22. []
  23. 7
  24. then
  25. Tag
  26. else
  27. W
  28. end
  29. end
  30. in
  31. {Map L FiltraVal
  32. ore}
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement