(gawk.info.gz) Typing and Comparison

Info Catalog (gawk.info.gz) Truth Values (gawk.info.gz) Expressions (gawk.info.gz) Boolean Ops
 
 5.10 Variable Typing and Comparison Expressions
 ===============================================
 
      The Guide is definitive. Reality is frequently inaccurate.
      The Hitchhiker's Guide to the Galaxy
 
    Unlike other programming languages, `awk' variables do not have a
 fixed type. Instead, they can be either a number or a string, depending
 upon the value that is assigned to them.  We look now at how variables
 are typed, and how `awk' compares variables.
 

Menu

 
* Variable Typing             String type versus numeric type.
* Comparison Operators        The comparison operators.
 
Info Catalog (gawk.info.gz) Truth Values (gawk.info.gz) Expressions (gawk.info.gz) Boolean Ops
automatically generated by info2html