summaryrefslogtreecommitdiff
path: root/files/practicum/NotatieLijsten.icl
blob: 4f4dcbba005d35609df5c6ce89ffdef2604bd731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module NotatieLijsten

Start = f1

l1    = []
l2    = [1000:[]]
l3    = [[]]
l4    = [[]:[]]
l5    = ['a':['b':['c':['d':['e':[]]]]]]
l6    = [[1],[],[2,3]:[[4,5,6]]]
l7    = [[[1,2],[3,4]],[],[[],[],[5,6]]]