RosettaCodeData/Task/Collections/PureBasic/collections-2.basic
2023-07-01 13:44:08 -04:00

4 lines
86 B
Text

NewList Cars.s()
AddElement(Cars()): Cars()="Volvo"
AddElement(Cars()): Cars()="BMV"