#BP	a qfunc file
%-	SID	@(#)qfunc.bp	8.2 - 00/03/29
#QF	short description of the qfunc file
%?o csh
# csh implementation goes here
alias XXX '...'
%?o ! csh
# non csh implementation goes here
XXX () {
	...
} in sh, ksh or bash
