progs/while-compiler-arrays/compile_bfc.sc
changeset 757 b0ff6121cb9a
parent 747 448a7a78aa86
--- a/progs/while-compiler-arrays/compile_bfc.sc	Tue Sep 15 23:13:45 2020 +0100
+++ b/progs/while-compiler-arrays/compile_bfc.sc	Fri Sep 18 00:33:03 2020 +0100
@@ -292,7 +292,7 @@
 
 @doc(" Mandelbrot set.")
 @main
-def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mand")
+def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mandelbrot")
 
 
 // this unfortunately hits the capacity of the JVM, even with optimisations