source: trunk/essentials/sys-apps/gawk/test/printlang.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 113 bytes
Line 
1BEGIN {
2 printf "\nLocale environment:\n\tLC_ALL=\"%s\" LANG=\"%s\"\n\n",
3 ENVIRON["LC_ALL"], ENVIRON["LANG"]
4}
Note: See TracBrowser for help on using the repository browser.