xref
: /
openbsd
/
regress
/
usr.sbin
/
btrace
/
print.bt
(revision 73471bf0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {
2
$s = "string";
3
4
print(890);
5
print($s);
6
print(comm);
7
}
8