I've noticed a slight bug with the greenfoot IDE/editor when it comes to slightly more complicated expressions.
The code still works, but in the editor, the highlighting is weird.
for(Class 2dArray[][]:3dArray){
for(Class Array[]:2dArray){
for(Class a:2dArray){
//do something
}
}
}
