Rev 226 | Blame | Compare with Previous | Last modification | View Log | RSS feed
public class test2 public void main (void) { int yy, float zz; yy=10; if (yy+1) zz=0; while (yy=5) zz= *yy + 5; return; } }
public class test2
public void main (void)
{ int yy, float zz;
yy=10;
if (yy+1) zz=0;
while (yy=5) zz= *yy + 5;
return;
} }