xref
: /
freebsd
/
contrib
/
netbsd-tests
/
ipf
/
regress
/
i13
(revision 107af8f2edd60bb40ee6452f8a1997c9b4d59ba3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
a=any;
2
b="from $a";
3
c='to $a';
4
d=block;
5
e="pass in";
6
$d in $b $c
7
f=" $b $c";
8
$e${f}
9