xref
: /
freebsd
/
contrib
/
bc
/
tests
/
bc
/
line_by_line1.txt
(revision e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
1+1
2
3
define a (x) {
4
print "a(", x, ")\n"
5
quit
6
}
7
8
a(10)
9
10
quit
11