mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
Merge branch 'master' into talk
This commit is contained in:
commit
4de76cf01b
@ -227,7 +227,7 @@
|
||||
0w0 :: 55, ~tep, Curtis Yarvin (sator)
|
||||
0w0 :: 56, ~bes, Curtis Yarvin (sator)
|
||||
0w0 :: 57, ~dex, Jared Hance (aestas)
|
||||
0w0 :: 58, ~sef, Curtis Yarvin (sator)
|
||||
0w0 :: 58, ~sef, Owen Rescher (lex)
|
||||
0w0 :: 59, ~wyc, Curtis Yarvin (sator)
|
||||
0w0 :: 60, ~bur, Curtis Yarvin (sator)
|
||||
0w0 :: 61, ~der, Curtis Yarvin (sator)
|
||||
@ -370,7 +370,7 @@
|
||||
0w0 :: 198, ~len, Tlon (gleba)
|
||||
0w0 :: 199, ~ner, Tlon (gleba)
|
||||
0wv.aixe9.7gG2w.7cJiy.i3Mg8 :: 200, ~lex, Michael Hartl (donum)
|
||||
0w0 :: 201, ~rup, Tlon (gleba)
|
||||
0w0 :: 201, ~rup, Owen Rescher (lex)
|
||||
0w0 :: 202, ~ned, Tlon (gleba)
|
||||
0w0 :: 203, ~lec, Tlon (gleba)
|
||||
0w0 :: 204, ~ryd, Tlon (gleba)
|
||||
@ -631,12 +631,12 @@
|
||||
=^ gim ..weft wisp
|
||||
:_ +>.$
|
||||
^- (list rock)
|
||||
=+ wit=(met 13 q.gim)
|
||||
=+ wit=(met ?:(fak.ton 18 13) q.gim)
|
||||
?< =(0 wit)
|
||||
?: =(1 wit)
|
||||
=+ yup=(spit [our her] p.gim q.gim)
|
||||
[yup ~]
|
||||
=+ ruv=(rip 13 q.gim)
|
||||
=+ ruv=(rip ?:(fak.ton 18 13) q.gim)
|
||||
=+ gom=(shaf %thug q.gim)
|
||||
=+ inx=0
|
||||
|- ^- (list rock)
|
||||
@ -1409,7 +1409,7 @@
|
||||
=+ [nix=0 rax=*(list ,@)]
|
||||
|- ^- @
|
||||
?: =(p.duv nix)
|
||||
(can 13 (turn (flop rax) |=(a=@ [1 a])))
|
||||
(can ?:(fak.ton.fox 18 13) (turn (flop rax) |=(a=@ [1 a])))
|
||||
$(nix +(nix), rax [(need (~(get by q.duv) nix)) rax])
|
||||
-- :: --la:ho:um:am
|
||||
::
|
||||
|
@ -42,8 +42,8 @@ Copy a file to a given location.
|
||||
|
||||
`~zod/try=> :grep 'literal'`
|
||||
|
||||
"grep" a file or standard input. Currently only supports literals, but
|
||||
will eventuall support regular expressions.
|
||||
"grep" a file or standard input. Currently only supports a literal cord,
|
||||
but will eventuall support regular expressions.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -61,7 +61,7 @@ in the process. Often used to ping ships to check connectivity.
|
||||
`~zod/try=> :into /path/to/file 'contents'`
|
||||
|
||||
Write text to a file. If the specified file does not exist, create a
|
||||
file by that name.
|
||||
file by that name. If it does exist, replace its contents.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
:: Over/write to location, usage :into %/foo/txt 'Contents'
|
||||
!:
|
||||
::::
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user