Compilers Exam, 2017-01-20

Programming Part

The following tasks should be solved in the order below. Write tests for each step!

    for i in 10 .. a+20 do
      write(i);
    done