1BEGIN {
2	print "Include library loaded."
3}
4
5function sandwich(pfx,x,sfx) {
6	return (pfx x sfx)
7}
8