RosettaCodeData/Task/Collections/PureBasic/collections-2.purebasic

5 lines
86 B
Plaintext

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