Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fun getPos(position) =
- case position of
- first => "You Win!"
- | second => "Congratulations"
- | third => "Try Again!";
- val pos = first;
- getPos(pos);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement