RosettaCodeData/Task/Pick-random-element/Oforth/pick-random-element.oforth

2 lines
35 B
Plaintext

: pickRand(l) l size rand l at ;