RosettaCodeData/Task/Pick-random-element/LiveCode/pick-random-element.livecode
2023-07-01 13:44:08 -04:00

2 lines
109 B
Text

put "Apple,Banana,Peach,Apricot,Pear" into fruits
put item (random(the number of items of fruits)) of fruits