From: John Benediktsson Date: Thu, 18 Jan 2018 23:03:36 +0000 (-0800) Subject: README.md: fix in example. X-Git-Tag: 0.98~528 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=5b3b4aeafbd0d1f6dcb214d131f75494e8cfb9ae README.md: fix in example. --- diff --git a/README.md b/README.md index fa9bf10bc8..9ea80519ae 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Some other simple things you can try in the listener: 1000 [1,b] sum . -4 iota [ +4 [ "Happy Birthday " write 2 = "dear NAME" "to You" ? print ] each