RosettaCodeData/Task/Menu/OCaml/menu-2.ml
2024-10-16 18:07:41 -07:00

7 lines
167 B
OCaml

# select ["fee fie"; "huff and puff"; "mirror mirror"; "tick tock"];;
0: fee fie
1: huff and puff
2: mirror mirror
3: tick tock
Choice? 2
- : string = "mirror mirror"