Update README.md

This commit is contained in:
Attila Magyar 2021-06-27 18:13:04 +02:00 committed by GitHub
parent 5b930c1772
commit aa681961f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ;