RosettaCodeData/Task/Arrays/Rebol/arrays-1.rebol
2026-04-30 12:34:36 -04:00

2 lines
50 B
Text

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