RosettaCodeData/Task/Menu/OCaml/menu-2.ocaml
2023-07-01 13:44:08 -04:00

7 lines
167 B
Text

# 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"