add new | syntax.
syntax will change.
This commit is contained in:
parent
02f38ca68c
commit
9aa1c92f74
19 changed files with 281 additions and 83 deletions
|
|
@ -1,5 +1,12 @@
|
|||
a: b
|
||||
cp b a
|
||||
|$PLAN9/bin/rc
|
||||
use-rc:V:
|
||||
for(i in a b c)
|
||||
echo $i
|
||||
|
||||
|/bin/sh
|
||||
use-sh:V:
|
||||
for i in a b c
|
||||
do
|
||||
echo $i
|
||||
done
|
||||
|
||||
c:V:
|
||||
echo hello world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue