updated
authorChristian Urban <christian.urban@kcl.ac.uk>
Thu, 03 Dec 2020 06:37:09 +0000
changeset 816 2b6e23985982
parent 815 f56d18757526
child 817 89f9c68fc417
updated
progs/while/compile.sc
--- a/progs/while/compile.sc	Thu Dec 03 00:46:59 2020 +0000
+++ b/progs/while/compile.sc	Thu Dec 03 06:37:09 2020 +0000
@@ -220,12 +220,12 @@
     os.proc("java", s"$class_name/$class_name").call(stdout = os.Inherit, stdin = os.Inherit)
 }
 
+
 @main
 def test2() =
   run(fib_test, "fib")
 
 
-
 /* Jasmin code for reading an integer
 
 .method public static read()I