mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 12:22:10 +03:00
Merge branch 'master' of https://github.com/urbit/urbit
This commit is contained in:
commit
1f99c47235
@ -631,12 +631,12 @@
|
|||||||
=^ gim ..weft wisp
|
=^ gim ..weft wisp
|
||||||
:_ +>.$
|
:_ +>.$
|
||||||
^- (list rock)
|
^- (list rock)
|
||||||
=+ wit=(met 13 q.gim)
|
=+ wit=(met ?:(fak.ton 18 13) q.gim)
|
||||||
?< =(0 wit)
|
?< =(0 wit)
|
||||||
?: =(1 wit)
|
?: =(1 wit)
|
||||||
=+ yup=(spit [our her] p.gim q.gim)
|
=+ yup=(spit [our her] p.gim q.gim)
|
||||||
[yup ~]
|
[yup ~]
|
||||||
=+ ruv=(rip 13 q.gim)
|
=+ ruv=(rip ?:(fak.ton 18 13) q.gim)
|
||||||
=+ gom=(shaf %thug q.gim)
|
=+ gom=(shaf %thug q.gim)
|
||||||
=+ inx=0
|
=+ inx=0
|
||||||
|- ^- (list rock)
|
|- ^- (list rock)
|
||||||
@ -1409,7 +1409,7 @@
|
|||||||
=+ [nix=0 rax=*(list ,@)]
|
=+ [nix=0 rax=*(list ,@)]
|
||||||
|- ^- @
|
|- ^- @
|
||||||
?: =(p.duv nix)
|
?: =(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])
|
$(nix +(nix), rax [(need (~(get by q.duv) nix)) rax])
|
||||||
-- :: --la:ho:um:am
|
-- :: --la:ho:um:am
|
||||||
::
|
::
|
||||||
|
@ -42,8 +42,8 @@ Copy a file to a given location.
|
|||||||
|
|
||||||
`~zod/try=> :grep 'literal'`
|
`~zod/try=> :grep 'literal'`
|
||||||
|
|
||||||
"grep" a file or standard input. Currently only supports literals, but
|
"grep" a file or standard input. Currently only supports a literal cord,
|
||||||
will eventuall support regular expressions.
|
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'`
|
`~zod/try=> :into /path/to/file 'contents'`
|
||||||
|
|
||||||
Write text to a file. If the specified file does not exist, create a
|
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