mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 02:41:35 +03:00
With both face and fuss.
This commit is contained in:
parent
2e064c388c
commit
6d79d60739
@ -13,7 +13,7 @@
|
||||
if ( c3__void == tip ) {
|
||||
return c3__void;
|
||||
}
|
||||
else return u3nt(c3__fuss,
|
||||
else return u3nt(c3__face,
|
||||
u3k(sag),
|
||||
u3k(tip));
|
||||
}
|
||||
@ -37,7 +37,7 @@
|
||||
if ( c3__void == tip ) {
|
||||
return c3__void;
|
||||
}
|
||||
else return u3nt(c3__fuss,
|
||||
else return u3nt(c3__face,
|
||||
u3k(sag),
|
||||
u3k(tip));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user