Enums§
- Value
- AWK value type with dynamic typing and automatic coercion
Functions§
- compare_
values - Compare two AWK values according to AWK comparison rules
- format_
number - Format a number according to printf-style format
- parse_
leading_ number - Parse the leading numeric portion of a string using optimized byte-based parsing “42abc” -> 42.0 “ 3.14 “ -> 3.14 “abc” -> 0.0