create a rule for transforming for loops into for each loops: Original: for(int i=0;i<x;i++) Better: for (int i in 0..x)
I'll work on this one.
Thanks, Victor
Log in to post a comment.
I'll work on this one.
Thanks,
Victor