mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Fixed ++qu
This commit is contained in:
parent
63c4ce15ee
commit
a0d2c80364
@ -2287,11 +2287,11 @@
|
||||
=+ b=*(set ,_?>(?=(^ a) i.a))
|
||||
(~(gas in b) a)
|
||||
::
|
||||
++ qu :: make a set
|
||||
++ qu :: qeu from list
|
||||
|* a=(list)
|
||||
=> .(a `_(homo a)`a)
|
||||
=+ b=*(set ,_?>(?=(^ a) i.a))
|
||||
(~(gas in b) a)
|
||||
=+ b=*(qeu ,_?>(?=(^ a) i.a))
|
||||
(~(gas to b) a)
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::: ::
|
||||
:::: chapter 2e, miscellaneous libs ::::
|
||||
:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
@ -2784,7 +2784,7 @@
|
||||
++ dun (cold ~ ;~(plug hep hep)) :: -- (phep) to ~
|
||||
++ duz (cold ~ ;~(plug tis tis)) :: == (stet) to ~
|
||||
++ gah (mask [`@`10 ' ' ~]) :: newline or ace
|
||||
++ gap (cold ~ ;~(plug gaq (star ;~(pose vul gah)))) ::
|
||||
++ gap (cold ~ ;~(plug gaq (star ;~(pose vul gah)))) :: plural space
|
||||
++ gaq ;~ pose :: end of line
|
||||
(just `@`10)
|
||||
;~(plug gah ;~(pose gah vul))
|
||||
|
Loading…
Reference in New Issue
Block a user