xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
not1.0
(revision 641efdd10cc3ad05fb7eaeeae20b15c5ad4128c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
f() { ! return $1; }
3
f 0 && ! f 1
4