RosettaCodeData/Task/Pick-random-element/LiveCode/pick-random-element.livecode

3 lines
109 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
put "Apple,Banana,Peach,Apricot,Pear" into fruits
put item (random(the number of items of fruits)) of fruits