summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_print_code.stdout
blob: b4ece207934066011bdb848ef00163ac161df16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if (bm >= 1) {
  for(t2 = 0; t2 <= an-1; t2++) {
    for(t4 = 0; t4 <= bm-1; t4++) {
      if (ambn >= 1) {
        s0(t2,t4,0);
        s1(t2,t4,0);
      }
      for(t6 = 1; t6 <= ambn-1; t6++) {
        s1(t2,t4,t6);
      }
      if (ambn <= 0) {
        s0(t2,t4,0);
      }
    }
  }
}