ubuntu-buildroot/output/build/host-gawk-5.2.0/awklib/eg/prog/guide.awk

8 lines
165 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
BEGIN {
TEXTDOMAIN = "guide"
bindtextdomain(".") # for testing
print _"Don't Panic"
print _"The Answer Is", 42
print "Pardon me, Zaphod who?"
}