progs/while-arrays/compile_arrays.sc
changeset 958 fddf099a82f8
parent 943 5365ef60707e
child 974 0cb4bf2469d1
--- a/progs/while-arrays/compile_arrays.sc	Tue Nov 28 11:45:48 2023 +0000
+++ b/progs/while-arrays/compile_arrays.sc	Sat Dec 02 21:37:04 2023 +0000
@@ -7,6 +7,8 @@
 //
 // amm compile_arrays.sc
   
+//> using toolkit latest
+
 
 // the abstract syntax trees for WHILE
 
@@ -234,9 +236,9 @@
 
 
    
-@main def main() = {
-  compile_and_run(array_test, "arr")
-}
+//@main def main() = {
+//  compile_and_run(array_test, "arr")
+//}