RosettaCodeData/Task/Menu/Mathematica/menu.mathematica
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
193 B
Mathematica

textMenu[data_List] := (MapIndexed[Print[#2[[1]], ") ", #] &, {a, b, c}];
While[! (IntegerQ[choice] && Length[data] > choice > 0),
choice = Input["Enter selection"]];
data[[choice]])