Gawk loops: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 July 2021

  • curprev 01:2101:21, 19 July 2021Will talk contribs 155 bytes +155 Created page with "= while loops = <blockquote> <syntaxhighlight lang="awk"> var = 0; while ( var < 10 ) { var += 1; } </syntaxhighlight> </blockquote><!-- while loops -->"