RosettaCodeData/Task/Pick-random-element/Frink/pick-random-element.frink

3 lines
47 B
Plaintext

a = ["one", "two", "three"]
println[random[a]]