| Current Path : /proc/8644/root/proc/self/root/usr/share/doc/gawk/examples/prog/ |
| Current File : //proc/8644/root/proc/self/root/usr/share/doc/gawk/examples/prog/guide.awk |
BEGIN {
TEXTDOMAIN = "guide"
bindtextdomain(".") # for testing
print _"Don't Panic"
print _"The Answer Is", 42
print "Pardon me, Zaphod who?"
}