If-statements in my language should be in the following form:
if ((4 div 2) = 2)-> print(1) [] ((4 div 2) > 1)-> print(2) [] ((4 div 2) > 2)-> prin