source: trunk/essentials/sys-apps/gawk/test/leadnl.awk@ 3174

Last change on this file since 3174 was 3076, checked in by bird, 19 years ago

gawk 3.1.5

File size: 143 bytes
Line 
1BEGIN {
2 RS = ""; FS = "\n"
3}
4
5{
6 print "Name is: ", $1
7 print "Address is: ", $2
8 print "City and State are: ", $3
9 print ""
10}
Note: See TracBrowser for help on using the repository browser.