added practicum files, updated gitignore
[fp1415.git] / files / practicum / NotatieLijsten.icl
1 module NotatieLijsten
2
3 Start = f1
4
5 l1 = []
6 l2 = [1000:[]]
7 l3 = [[]]
8 l4 = [[]:[]]
9 l5 = ['a':['b':['c':['d':['e':[]]]]]]
10 l6 = [[1],[],[2,3]:[[4,5,6]]]
11 l7 = [[[1,2],[3,4]],[],[[],[],[5,6]]]