summaryrefslogtreecommitdiff
path: root/test/colm.d/list2.lm
blob: 9f5a12cd37caa9fd5dc2fb24722877ed495ccf54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

new M: map<str, str>()

for AE: list_el<str> in argv {
	print "[AE->value]
}

##### ARGS #####
a b c
##### EXP #####
a
b
c