Start from a main routine: Difference between revisions

Content added Content deleted
m (moved omit template out of AWK.)
Line 5: Line 5:
Languages that always run from main() can be omitted from this task.
Languages that always run from main() can be omitted from this task.


=={{header|AWK}}==
{{omit from|Python}}
{{omit from|Python}}
=={{header|AWK}}==


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:
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: