Gawk conditionals: 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:2001:20, 19 July 2021Will talk contribs 273 bytes +273 Created page with "= If Statments = <blockquote> <source lang="awk"> if ( var >= 10 ) { print "var is larger than or equal to 10"; } else if ( var <= 5 ) { print "var is smaller than or eq..."