[plt-scheme] (newbie question) About Loop

MD.MAHBUBUR RASHEED mmrasheed at gmail.com
Fri Jun 12 01:47:31 EDT 2009


Hi,How can I implement loop in  plt-scheme like in java-

for(int i=0;i<10;){
     for(int j=0;j<3;){
          System.out.println(""+j);
          j++;
     }
      System.out.println(""+i);
      i++;
}

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.cs.brown.edu/pipermail/plt-scheme/attachments/20090612/1633959c/attachment.html


More information about the plt-scheme mailing list