Start from a main routine: Difference between revisions

(J)
Line 6:
 
=={{header|AWK}}==
{{omit from|Python}}
 
The awk language is data driven. However, it does support the use of begin blocks, so we could use one of those to provide us with a main startup procedure:
Anonymous user