This commit is contained in:
Philip C Monk 2015-03-12 16:24:55 -04:00
commit 1f99c47235
3 changed files with 7 additions and 6 deletions

View File

@ -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
:: ::

View File

@ -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.
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -1,3 +1,4 @@
:: Over/write to location, usage :into %/foo/txt 'Contents'
!: !:
:::: ::::
:: ::