Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
(def items '())
var items = <String>[];
List<String> items = [];
character(len=:), allocatable, dimension(:) :: items
allocate (items(0),source="")
var items []string
var :: [String]
var = []
let items = [];
my @items;
# or
my @items = ();
items = []
items = []
let items: Vec<String> = vec![];