include 'arch/c' include 'skin/c' fn fun(x:i32) : i32 = { if ((x>=4 or x==2) and not x>6) return{2*x} while (x<10 and x!=5) ++x x }