From 0724d1b595d9f27cc4e5cd1893c5ee32ccdc3c34 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 6 May 2016 19:08:56 +1200 Subject: [PATCH] Use .( to print message in example --- examples/mandelbrot.4th | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mandelbrot.4th b/examples/mandelbrot.4th index 1fc6f16..b8af203 100644 --- a/examples/mandelbrot.4th +++ b/examples/mandelbrot.4th @@ -106,4 +106,4 @@ hide * mandeldraw ; -." Enter 'mandel' to draw the Mandelbrot Set." +.( Enter 'mandel' to draw the Mandelbrot Set.) -- 2.20.1