Advertisement
Armandobs14

CPNML - exercícios

Dec 12th, 2013
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. fun getPos(position) =
  2. case position of
  3. first => "You Win!"
  4. | second => "Congratulations"
  5. | third => "Try Again!";
  6. val pos = first;
  7. getPos(pos);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement