RosettaCodeData/Task/Menu/OCaml/menu-2.ocaml
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00: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"