Subversion Repositories programming

Rev

Rev 226 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
226 ira 1
public class test2
2
    public void main (void)
3
    {   int yy, float zz;
4
        yy=10;
5
        if (yy+1) zz=0;
6
        while (yy=5) zz= *yy + 5;
7
        return;
8
    }   }