int::n int::a int::b int::temp a=0 b=2 if (a==0.and.b==1) then print*,"true" else print*,"false" end if