aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/simple.sy
blob: e36d2bf8773eae6e1e3fcb6b5772ce63bd94d101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// import A

//
f :: fn {
    g!
    print q
}

//
q :: 1

//
a := 1

qq :: fn {
    g!
    print q
}


// Steg 1: Hitta sektioner
// Dela sektioner, compilera felera sektioner efter varandra