progs/while-arrays/compile_arrays.sc
changeset 829 dc3c35673e94
parent 791 d47041b23498
child 869 81ee93b87258
equal deleted inserted replaced
828:bdcaecdee9eb 829:dc3c35673e94
   235 @main def main() = {
   235 @main def main() = {
   236   compile_and_run(array_test, "arr")
   236   compile_and_run(array_test, "arr")
   237 }
   237 }
   238 
   238 
   239 
   239 
       
   240 
       
   241 
       
   242 // runs with amm2 and amm3
       
   243