1234567891011
void main(){ if(....){ } else if (....){ } else if (...){ statef () } } void statef(){ }
void main()
statef()
statef();