RosettaCodeData/Task/Collections/Visual-Basic-.NET/collections.vb

5 lines
83 B
VB.net
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Dim toys As New List(Of String)
toys.Add("Car")
toys.Add("Boat")
toys.Add("Train")