RosettaCodeData/Task/Arrays/REBOL/arrays-1.rebol
2023-07-01 13:44:08 -04:00

2 lines
50 B
Text

a: [] ; Empty.
b: ["foo"] ; Pre-initialized.