RosettaCodeData/Task/Pick-random-element/PascalABC.NET/pick-random-element.pas

5 lines
79 B
ObjectPascal
Raw Permalink Normal View History

2024-07-13 15:19:22 -07:00
begin
var a := Arr('cat','dog','wolf','zebra');
a.RandomElement.Print
end.