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 ;