RosettaCodeData/Task/Pick-random-element/GAP/pick-random-element-1.gap

3 lines
36 B
Plaintext

a := [2, 9, 4, 7, 5, 3];
Random(a);