The Lambda Lab
/
projects
/
forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b2b3e
)
Use .( to print message in example
author
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 6 May 2016 07:08:56 +0000
(19:08 +1200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 6 May 2016 07:08:56 +0000
(19:08 +1200)
examples/mandelbrot.4th
patch
|
blob
|
history
diff --git
a/examples/mandelbrot.4th
b/examples/mandelbrot.4th
index
1fc6f16
..
b8af203
100644
(file)
--- 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.)