mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
10. updates %5 to require two subformulas (4K)
This commit is contained in:
parent
f16f052401
commit
6e2e6b001f
@ -1 +1 @@
|
||||
https://ci-piers.urbit.org/zod-48d67779df5eeaf1353f22f9cc75177e37077f7e.tgz
|
||||
https://ci-piers.urbit.org/zod-f16f052401977e9d0483fc2b3830cbce9ab6a851.tgz
|
||||
|
@ -1 +1 @@
|
||||
147941ba0774eb0c09ee7a5b79cbc2a1b0bbc7ea
|
||||
7507de1e6c2eec01a8d2fb41e8895864cbc26ede
|
@ -5994,11 +5994,12 @@
|
||||
?. ?=(@ p.ben) [%2 tax]
|
||||
[%0 .+(p.ben)]
|
||||
::
|
||||
{$5 b/*}
|
||||
=+ ben=$(fol b.fol)
|
||||
?. ?=($0 -.ben) ben
|
||||
?. ?=(^ p.ben) [%2 tax]
|
||||
[%0 =(-.p.ben +.p.ben)]
|
||||
{$5 b/* c/*}
|
||||
=+ hed=$(fol b.fol)
|
||||
?. ?=($0 -.hed) hed
|
||||
=+ tal=$(fol c.fol)
|
||||
?. ?=($0 -.tal) tal
|
||||
[%0 =(p.hed p.tal)]
|
||||
::
|
||||
{$6 b/* c/* d/*}
|
||||
$(fol =>(fol [2 [0 1] 2 [1 c d] [1 0] 2 [1 2 3] [1 0] 4 4 b]))
|
||||
@ -6705,15 +6706,18 @@
|
||||
::
|
||||
:: 5; compare
|
||||
::
|
||||
{$5 b/*}
|
||||
{$5 b/* c/*}
|
||||
%+ require
|
||||
$(fol b.fol)
|
||||
|= :: fig: operator input
|
||||
|= :: hed: left input
|
||||
::
|
||||
fig/noun
|
||||
:: stop for atoms, compare cells
|
||||
::
|
||||
?@(fig ~ [full/~ =(-.fig +.fig)])
|
||||
hed/noun
|
||||
%+ require
|
||||
^$(fol c.fol)
|
||||
|= :: tal: right input
|
||||
::
|
||||
tal/noun
|
||||
[full/~ =(hed tal)]
|
||||
::
|
||||
:: 6; if-then-else
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user