// to create the expression tree that FunScript will read and compile to JS. // Alternatively, you can use the FunScript.JSAttribute alias.
for(int i = 0; i < grades.length; i++) //create rows for(int j = 0; j < grades[i].length; j++) //create columns ...