progs/while-arrays/compile_arrays.sc
changeset 957 03c5a8987141
parent 942 7f52427568ff
child 973 db987b9717a4
--- 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")
+//}