xref: /original-bsd/old/dbx/tests/pc/const.in (revision 9b5efc43)
1whatis PI
2whatis N
3whatis MESSAGE
4whatis CH
5whatis p.R
6print "p.R =", p.R
7print "CH =", CH
8print "MESSAGE =", MESSAGE
9print "N =", N
10print "PI =", PI
11