From aa681961f190ec6d777fcbc89462a258db68a17f Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 27 Jun 2021 18:13:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b3d217..12941d5 100644 --- a/README.md +++ b/README.md @@ -444,11 +444,7 @@ Quotations combined with the collection API offers some high level control struc dup 200 = if drop ',' split { - '=' split dup size 2 = if - out swap add - else - drop - then + '=' split dup size 2 = if out swap add else drop then } each out then ;