mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
5b930c1772
commit
aa681961f1
1 changed files with 1 additions and 5 deletions
|
@ -444,11 +444,7 @@ Quotations combined with the collection API offers some high level control struc
|
||||||
dup 200 = if
|
dup 200 = if
|
||||||
drop ',' split
|
drop ',' split
|
||||||
{
|
{
|
||||||
'=' split dup size 2 = if
|
'=' split dup size 2 = if out swap add else drop then
|
||||||
out swap add
|
|
||||||
else
|
|
||||||
drop
|
|
||||||
then
|
|
||||||
} each
|
} each
|
||||||
out
|
out
|
||||||
then ;
|
then ;
|
||||||
|
|
Loading…
Reference in a new issue